aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2021-05-08 18:02:36 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2021-05-09 16:50:16 +0100
commit9dffa1aa8eb1112a980c960953c2364cd941eec0 (patch)
treed5ddba4c41e1f53a41d15fb9837f84f333628ad5 /gdb/doc/ChangeLog
parentgdb/py: add some debugging to py-breakpoint.c (diff)
downloadbinutils-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/ChangeLog5
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>