diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-05-08 18:02:36 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-05-09 16:50:16 +0100 |
commit | 9dffa1aa8eb1112a980c960953c2364cd941eec0 (patch) | |
tree | d5ddba4c41e1f53a41d15fb9837f84f333628ad5 /gdb/doc/python.texi | |
parent | 75140e3b75db0820598f25bfa11ec9de2759d5ca (diff) | |
download | gdb-9dffa1aa8eb1112a980c960953c2364cd941eec0.zip gdb-9dffa1aa8eb1112a980c960953c2364cd941eec0.tar.gz gdb-9dffa1aa8eb1112a980c960953c2364cd941eec0.tar.bz2 |
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/python.texi')
-rw-r--r-- | gdb/doc/python.texi | 7 |
1 files changed, 7 insertions, 0 deletions
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 |