aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/python.texi7
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index f50e32b..400d49f 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>
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index 18e578a..453ddfe 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -162,6 +162,13 @@ The following commands are intended to help debug @value{GDBN} itself:
@itemx show debug py-breakpoint
When @samp{on}, @value{GDBN} prints debug messages related to the
Python breakpoint API. This is @samp{off} by default.
+
+@kindex set debug py-unwind
+@kindex show debug py-unwind
+@item set debug py-unwind on@r{|}off
+@itemx show debug py-unwind
+When @samp{on}, @value{GDBN} prints debug messages related to the
+Python unwinder API. This is @samp{off} by default.
@end table
@node Python API