aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 043847f..ba5ae52 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -144,6 +144,11 @@ show always-read-ctf
now use either an integer or a gdb.Value object for each of its
'sp', 'pc', and 'special' attributes.
+ ** A new class gdb.unwinder.FrameId has been added. Instances of
+ this class are constructed with 'sp' (stack-pointer) and 'pc'
+ (program-counter) values, and can be used as the frame-id when
+ calling gdb.PendingFrame.create_unwind_info.
+
*** Changes in GDB 13
* MI version 1 is deprecated, and will be removed in GDB 14.