gdb/doc: document 'set debug py-unwind'
authorAndrew Burgess <andrew.burgess@embecosm.com>
Sat, 8 May 2021 17:02:36 +0000 (18:02 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Sun, 9 May 2021 15:50:16 +0000 (16:50 +0100)
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'.

gdb/doc/ChangeLog
gdb/doc/python.texi

index f50e32bee3d4a892e85ce054640933f1e3c1435d..400d49f2b77e40fca108ae0e3060c16abea8c971 100644 (file)
@@ -1,3 +1,8 @@
+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
index 18e578a68323641a2fc7f4d9396ff4ce7979929b..453ddfec03f54aa68fee868b389caac35ab7b75f 100644 (file)
@@ -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
This page took 0.040569 seconds and 4 git commands to generate.