From: Eli Zaretskii via Gdb-patches <gdb-patches@sourceware.org>
To: ptsneves@gmail.com
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 1/2] gdb/python doc: Add register_unwinder to code example
Date: Sat, 28 May 2022 15:20:54 +0300 [thread overview]
Message-ID: <83tu99luft.fsf@gnu.org> (raw)
In-Reply-To: <20220528115509.3865342-2-ptsneves@gmail.com> (message from Paulo Neves via Gdb-patches on Sat, 28 May 2022 13:55:08 +0200)
> Date: Sat, 28 May 2022 13:55:08 +0200
> From: Paulo Neves via Gdb-patches <gdb-patches@sourceware.org>
> Cc: Paulo Neves <ptsneves@gmail.com>
>
> It is now clear in the example code that an unwinder needs to be
> registered to be used.
> ---
> gdb/doc/python.texi | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
> index cb5283e03c0..5b7fba798a9 100644
> --- a/gdb/doc/python.texi
> +++ b/gdb/doc/python.texi
> @@ -2814,6 +2814,8 @@ class MyUnwinder(Unwinder):
> # Return the result:
> return unwind_info
>
> +# To use an unwinder it needs to be registered and enabled.
> +gdb.unwinder.register_unwinder (<locus>, MyUnwinder, replace=<True|False>)
> @end smallexample
Thanks, I think this needs to be reviewed by someone who knows how to
program the Python unwinders. As far as Texinfo is concerned, this is
fine.
next prev parent reply other threads:[~2022-05-28 12:21 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-28 11:55 python unwinder doc improvement Paulo Neves via Gdb-patches
2022-05-28 11:55 ` [PATCH 1/2] gdb/python doc: Add register_unwinder to code example Paulo Neves via Gdb-patches
2022-05-28 12:20 ` Eli Zaretskii via Gdb-patches [this message]
2022-06-21 11:17 ` Paulo Neves via Gdb-patches
2022-06-21 12:19 ` Eli Zaretskii via Gdb-patches
2022-09-30 11:59 ` Paulo Neves via Gdb-patches
2022-09-30 12:25 ` Eli Zaretskii via Gdb-patches
2022-05-28 11:55 ` [PATCH 2/2] gdb/python doc: Add enable property to the unwinder example Paulo Neves via Gdb-patches
2022-05-28 12:22 ` Eli Zaretskii via Gdb-patches
2022-05-28 13:35 ` Paulo Neves via Gdb-patches
2022-05-28 13:29 ` [PATCH v2 1/3] gdb/python doc: Add register_unwinder to code example Paulo Neves via Gdb-patches
2022-05-28 13:29 ` [PATCH v2 2/3] gdb/python doc: Add enable property to the unwinder example Paulo Neves via Gdb-patches
2022-05-30 9:57 ` Andrew Burgess via Gdb-patches
2022-06-03 15:54 ` Paulo Neves via Gdb-patches
2022-05-28 13:29 ` [PATCH v2 3/3] gdb/python doc: Fix confusion between gdb.unwinders and gdb.unwinder Paulo Neves via Gdb-patches
2022-05-30 9:33 ` Andrew Burgess via Gdb-patches
2022-05-30 9:55 ` [PATCH v2 1/3] gdb/python doc: Add register_unwinder to code example Andrew Burgess via Gdb-patches
2022-05-30 10:12 ` Paulo Neves via Gdb-patches
2022-06-03 16:01 ` [PATCH v3 1/4] " Paulo Neves via Gdb-patches
2022-06-03 16:01 ` [PATCH v3 2/4] gdb/python doc: Add enable property to the unwinder example Paulo Neves via Gdb-patches
2022-06-03 16:17 ` Eli Zaretskii via Gdb-patches
2022-06-03 16:01 ` [PATCH v3 3/4] gdb/python doc: Fix confusion between gdb.unwinders and gdb.unwinder Paulo Neves via Gdb-patches
2022-06-03 16:17 ` Eli Zaretskii via Gdb-patches
2022-06-03 16:01 ` [PATCH v3 4/4] gdb/python doc: Move unwinder skeleton code Paulo Neves via Gdb-patches
2022-06-03 16:20 ` Eli Zaretskii via Gdb-patches
2022-06-03 16:38 ` Paulo Neves via Gdb-patches
2022-09-30 14:50 ` Pedro Alves
2022-09-30 15:53 ` Eli Zaretskii via Gdb-patches
2022-09-30 16:41 ` Pedro Alves
2022-09-30 17:37 ` Eli Zaretskii via Gdb-patches
2022-10-21 21:07 ` Pedro Alves
2022-10-22 6:41 ` Paulo Neves via Gdb-patches
2022-06-03 16:17 ` [PATCH v3 1/4] gdb/python doc: Add register_unwinder to code example Eli Zaretskii via Gdb-patches
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=83tu99luft.fsf@gnu.org \
--to=gdb-patches@sourceware.org \
--cc=eliz@gnu.org \
--cc=ptsneves@gmail.com \
/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