aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-05-22 11:40:10 -0600
committerTom Tromey <tromey@adacore.com>2023-07-21 12:05:30 -0600
commit27b2eff1b82f518254bec231650f1b67ee160200 (patch)
treef832c1d5c7b9628815f6a95a60df9c4a1b4356ab /gdb/NEWS
parent672c55ddcf17d322dbc868d8465f0027d8210e73 (diff)
downloadgdb-27b2eff1b82f518254bec231650f1b67ee160200.zip
gdb-27b2eff1b82f518254bec231650f1b67ee160200.tar.gz
gdb-27b2eff1b82f518254bec231650f1b67ee160200.tar.bz2
Add Progspace.objfile_for_address
This adds a new objfile_for_address method to gdb.Progspace. This makes it easy to find the objfile for a given address. There's a related PR; and while this change would have been sufficient for my original need, it's not clear to me whether I should close the bug. Nevertheless I think it makes sense to at least mention it here. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=19288 Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 4c91a38..a44f90e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -244,6 +244,9 @@ info main
** gdb.Value now has the 'assign' method.
+ ** gdb.Progspace now has the new method "objfile_for_address". This
+ returns the gdb.Objfile, if any, that covers a given address.
+
*** Changes in GDB 13
* MI version 1 is deprecated, and will be removed in GDB 14.