diff options
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |