diff options
author | 2021-05-08 18:02:36 +0100 | |
---|---|---|
committer | 2021-05-09 16:50:16 +0100 | |
commit | 9dffa1aa8eb1112a980c960953c2364cd941eec0 (patch) | |
tree | d5ddba4c41e1f53a41d15fb9837f84f333628ad5 /gdb/doc/ChangeLog | |
parent | gdb/py: add some debugging to py-breakpoint.c (diff) | |
download | binutils-gdb-9dffa1aa8eb1112a980c960953c2364cd941eec0.tar.gz binutils-gdb-9dffa1aa8eb1112a980c960953c2364cd941eec0.tar.bz2 binutils-gdb-9dffa1aa8eb1112a980c960953c2364cd941eec0.zip |
gdb/doc: document 'set debug py-unwind'
When the 'set debug py-unwind' flag was added, it was never documented
in the manual. This commit adds some text for this command to the
manual.
gdb/doc/ChangeLog:
* python.texinfo (Python Commands): Document 'set debug
py-unwind' and 'show debug py-unwind'.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f50e32bee3d..400d49f2b77 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,6 +1,11 @@ 2021-05-09 Andrew Burgess <andrew.burgess@embecosm.com> * python.texinfo (Python Commands): Document 'set debug + py-unwind' and 'show debug py-unwind'. + +2021-05-09 Andrew Burgess <andrew.burgess@embecosm.com> + + * python.texinfo (Python Commands): Document 'set debug py-breakpoint' and 'show debug py-breakpoint'. 2021-05-07 Tom de Vries <tdevries@suse.de> |