Add gdb.Frame.static_link method
authorTom Tromey <tromey@adacore.com>
Tue, 24 Oct 2023 14:05:06 +0000 (08:05 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 14 Nov 2023 15:44:30 +0000 (08:44 -0700)
commit4ead09a294adbb718d642874a554e78d931c2830
tree7acb616ddb2ae818b081bf4d8a89ac990f4eb107
parent19b83d5c9bac1db207dce26859c6ca84135615b0
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>
gdb/NEWS
gdb/doc/python.texi
gdb/python/py-frame.c