public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Provide useful completer for "info registers"
@ 2014-12-10 17:22 Andreas Arnez
  2014-12-10 17:22 ` [PATCH v3 1/2] Add new GDB command "maint print user-registers" Andreas Arnez
  2014-12-10 17:22 ` [PATCH v3 2/2] Provide completer for "info registers" Andreas Arnez
  0 siblings, 2 replies; 8+ messages in thread
From: Andreas Arnez @ 2014-12-10 17:22 UTC (permalink / raw)
  To: gdb-patches

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-12-11 18:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-10 17:22 [PATCH v3 0/2] Provide useful completer for "info registers" Andreas Arnez
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

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).