public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Improvements to 'tui reg' command.
@ 2015-05-21 22:17 Andrew Burgess
  2015-05-21 22:17 ` [PATCH 2/2] gdb: Rework command completion on 'tui reg' Andrew Burgess
  2015-05-21 22:17 ` [PATCH 1/2] gdb: Add 'tui reg prev' command Andrew Burgess
  0 siblings, 2 replies; 11+ messages in thread
From: Andrew Burgess @ 2015-05-21 22:17 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

This series is all about 'tui reg'.

Patch #1 adds 'tui reg prev', the oposite of 'tui reg next' for
rotating through the different register groups.

Patch #2 reworks 'tui reg', removing the fixed set of sub-commands,
and instead making 'tui reg' accept any valid register group.  The
user can now switch directly to any register group.  The command
completion has been updated to match and similarly offers up all valid
register groups.

Thanks,
Andrew

--

Andrew Burgess (2):
  gdb: Add 'tui reg prev' command.
  gdb: Rework command completion on 'tui reg'.

 gdb/ChangeLog       |  28 +++++++++++
 gdb/completer.c     |  57 ++++++++++++++--------
 gdb/completer.h     |   3 ++
 gdb/doc/ChangeLog   |   4 ++
 gdb/doc/gdb.texinfo |   6 +++
 gdb/reggroups.c     |  30 ++++++++++++
 gdb/reggroups.h     |   9 ++--
 gdb/tui/tui-regs.c  | 138 ++++++++++++++++++++++++++++++++++++++--------------
 8 files changed, 217 insertions(+), 58 deletions(-)

-- 
2.4.0

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

end of thread, other threads:[~2015-06-09 16:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21 22:17 [PATCH 0/2] Improvements to 'tui reg' command Andrew Burgess
2015-05-21 22:17 ` [PATCH 2/2] gdb: Rework command completion on 'tui reg' Andrew Burgess
2015-05-23 13:18   ` Pedro Alves
2015-06-02 10:11     ` Andrew Burgess
2015-06-02 15:01       ` Eli Zaretskii
2015-06-09 16:45       ` Pedro Alves
2015-05-21 22:17 ` [PATCH 1/2] gdb: Add 'tui reg prev' command Andrew Burgess
2015-05-22  1:06   ` Pedro Alves
2015-05-22 16:37     ` Andrew Burgess
2015-05-22 17:06       ` Pedro Alves
2015-05-22  7:15   ` Eli Zaretskii

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