aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-10-24 08:05:06 -0600
committerTom Tromey <tromey@adacore.com>2023-11-14 08:44:30 -0700
commit4ead09a294adbb718d642874a554e78d931c2830 (patch)
tree7acb616ddb2ae818b081bf4d8a89ac990f4eb107 /gdb/NEWS
parent19b83d5c9bac1db207dce26859c6ca84135615b0 (diff)
downloadgdb-4ead09a294adbb718d642874a554e78d931c2830.zip
gdb-4ead09a294adbb718d642874a554e78d931c2830.tar.gz
gdb-4ead09a294adbb718d642874a554e78d931c2830.tar.bz2
Add gdb.Frame.static_link method
This adds a new gdb.Frame.static_link method to the gdb Python layer. This can be used to find the static link frame for a given frame. 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 96aba25..93fbcf1 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -424,6 +424,9 @@ show tui mouse-events
** gdb.LazyString now implements the __str__ method.
+ ** New method gdb.Frame.static_link that returns the outer frame
+ of a nested function frame.
+
*** Changes in GDB 13
* MI version 1 is deprecated, and will be removed in GDB 14.