public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Burgess <andrew.burgess@embecosm.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 4/4] gdb/doc: document 'set debug py-unwind'
Date: Sat,  8 May 2021 18:07:37 +0100	[thread overview]
Message-ID: <fc610cc2d6285adf59f8af43cd8e5e2491be72f8.1620493476.git.andrew.burgess@embecosm.com> (raw)
In-Reply-To: <cover.1620493476.git.andrew.burgess@embecosm.com>

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   | 5 +++++
 gdb/doc/python.texi | 7 +++++++
 2 files changed, 12 insertions(+)

diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index 6d45e98a8af..6e380e3e694 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -162,6 +162,13 @@
 @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
-- 
2.25.4


  parent reply	other threads:[~2021-05-08 17:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-08 17:07 [PATCH 0/4] Debug printing for some python/*.c files Andrew Burgess
2021-05-08 17:07 ` [PATCH 1/4] gdb: replace fprint_frame_id Andrew Burgess
2021-05-09  0:22   ` Simon Marchi
2021-05-08 17:07 ` [PATCH 2/4] gdb/py: convert debug logging in py-unwind to use new scheme Andrew Burgess
2021-05-09  0:32   ` Simon Marchi
2021-05-09 16:10     ` Andrew Burgess
2021-05-10  2:29       ` Simon Marchi
2021-05-10  8:20         ` Andrew Burgess
2021-05-10 15:12           ` Simon Marchi
2021-05-08 17:07 ` [PATCH 3/4] gdb/py: add some debugging to py-breakpoint.c Andrew Burgess
2021-05-08 17:30   ` Eli Zaretskii
2021-05-09  0:35   ` Simon Marchi
2021-05-10 13:23   ` Tom Tromey
2021-05-08 17:07 ` Andrew Burgess [this message]
2021-05-08 17:31   ` [PATCH 4/4] gdb/doc: document 'set debug py-unwind' Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fc610cc2d6285adf59f8af43cd8e5e2491be72f8.1620493476.git.andrew.burgess@embecosm.com \
    --to=andrew.burgess@embecosm.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).