[PATCH 0/2] Improvements to 'tui reg' command.

Andrew Burgess andrew.burgess@embecosm.com
Thu May 21 22:17:00 GMT 2015


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



More information about the Gdb-patches mailing list