public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Andrew Burgess <andrew.burgess@embecosm.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 4/5] gdb/python: New method to access list of register groups
Date: Wed, 17 Jun 2020 21:27:50 +0300	[thread overview]
Message-ID: <83y2olzgwp.fsf@gnu.org> (raw)
In-Reply-To: <360af15dc7ea2e2e20f2b9ff6529467b7e0a0614.1592415322.git.andrew.burgess@embecosm.com> (message from Andrew Burgess on Wed, 17 Jun 2020 18:38:08 +0100)

> From: Andrew Burgess <andrew.burgess@embecosm.com>
> Date: Wed, 17 Jun 2020 18:38:08 +0100
> 
> gdb/ChangeLog:
> 
> 	* NEWS: Mention additions to Python API.
> 	* python/py-arch.c (archpy_register_groups): New function.
> 	(arch_object_methods): Add 'register_groups' method.
> 	* python/py-registers.c (reggroup_iterator_object): New struct.
> 	(reggroup_object): New struct.
> 	(gdbpy_new_reggroup): New function.
> 	(gdbpy_reggroup_to_string): New function.
> 	(gdbpy_reggroup_name): New function.
> 	(gdbpy_reggroup_iter): New function.
> 	(gdbpy_reggroup_iter_next): New function.
> 	(gdbpy_new_reggroup_iterator): New function
> 	(gdbpy_initialize_registers): Register new types.
> 	(reggroup_iterator_object_type): Define new Python type.
> 	(gdbpy_reggroup_getset): New static global.
> 	(reggroup_object_type): Define new Python type.
> 	* python/python-internal.h
> 
> gdb/testsuite/ChangeLog:
> 
> 	* gdb.python/py-arch-reg-groups.exp: New file.
> 
> gdb/doc/ChangeLog:
> 
> 	* gdb.texi (Registers): Add @anchor for 'info registers
> 	<reggroup>' command.
> 	* python.texi (Architectures In Python): Document new
> 	register_groups method.
> 	(Registers In Python): Document two new object types related to
> 	register groups.

The documentation parts are OK, thanks.

  reply	other threads:[~2020-06-17 18:28 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-17 17:38 [PATCH 0/5] Python Unwinders and Inline Frames Andrew Burgess
2020-06-17 17:38 ` [PATCH 1/5] gdb: Remove deprecated_set_gdbarch_data Andrew Burgess
2020-06-18 21:11   ` Tom Tromey
2020-06-17 17:38 ` [PATCH 2/5] gdb/python: Add architecture method to gdb.PendingFrame Andrew Burgess
2020-06-17 18:20   ` Eli Zaretskii
2020-06-18 21:18   ` Tom Tromey
2020-06-17 17:38 ` [PATCH 3/5] gdb/python: Add gdb.Architecture.registers method Andrew Burgess
2020-06-17 18:25   ` Eli Zaretskii
2020-06-18 21:24   ` Tom Tromey
2020-06-17 17:38 ` [PATCH 4/5] gdb/python: New method to access list of register groups Andrew Burgess
2020-06-17 18:27   ` Eli Zaretskii [this message]
2020-06-17 18:40   ` Christian Biesinger
2020-06-18  8:44     ` Andrew Burgess
2020-06-18 21:27   ` Tom Tromey
2020-06-17 17:38 ` [PATCH 5/5] gdb: Fix Python unwinders and inline frames Andrew Burgess
2020-06-17 21:14   ` Luis Machado
2020-06-18  8:25     ` Andrew Burgess
2020-06-18 10:29       ` Luis Machado
2020-06-18 17:42         ` Andrew Burgess
2020-06-18 21:35   ` Tom Tromey
2020-06-22 15:47   ` Andrew Burgess
2020-06-23 14:16     ` Luis Machado
2020-07-02 21:07     ` Andrew Burgess
2020-07-06 17:43       ` Andrew Burgess

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=83y2olzgwp.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=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).