From: Andreas Arnez <arnez@linux.vnet.ibm.com>
To: gdb-patches@sourceware.org
Subject: [PATCH v3 0/2] Provide useful completer for "info registers"
Date: Wed, 10 Dec 2014 17:22:00 -0000 [thread overview]
Message-ID: <1418232159-15289-1-git-send-email-arnez@linux.vnet.ibm.com> (raw)
Last version here:
https://sourceware.org/ml/gdb-patches/2014-11/msg00720.html
New in v3:
* Omit registers with an empty name from the completion result.
* Add user registers to the completion result.
* Add a new GDB command "maint print user-registers". Exploit this in
the test case for "info registers".
Andreas Arnez (2):
Add new GDB command "maint print user-registers"
Provide completer for "info registers"
gdb/NEWS | 3 +++
gdb/completer.c | 42 +++++++++++++++++++++++++++++++++++
gdb/completer.h | 3 +++
gdb/doc/gdb.texinfo | 12 ++++++++++
gdb/infcmd.c | 12 +++++++---
gdb/testsuite/gdb.base/completion.exp | 31 ++++++++++++++++++++++++++
gdb/user-regs.c | 30 +++++++++++++++++++++++++
7 files changed, 130 insertions(+), 3 deletions(-)
--
1.8.4.2
next reply other threads:[~2014-12-10 17:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-10 17:22 Andreas Arnez [this message]
2014-12-10 17:22 ` [PATCH v3 1/2] Add new GDB command "maint print user-registers" Andreas Arnez
2014-12-10 17:38 ` Doug Evans
2014-12-10 18:29 ` Andreas Arnez
2014-12-11 18:35 ` Doug Evans
2014-12-10 18:14 ` Eli Zaretskii
2014-12-10 18:33 ` Andreas Arnez
2014-12-10 17:22 ` [PATCH v3 2/2] Provide completer for "info registers" Andreas Arnez
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=1418232159-15289-1-git-send-email-arnez@linux.vnet.ibm.com \
--to=arnez@linux.vnet.ibm.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