This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA]: Document tui reg commands


Hi!

This is the documentation part of the new TUI reg commands.

Ok to commit?

Stephane

2004-03-13 Stephane Carrez <stcarrez@nerim.fr>

* gdb.texinfo (TUI Commands): Document tui reg commands.

Index: doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.200
diff -u -p -r1.200 gdb.texinfo
--- doc/gdb.texinfo	9 Mar 2004 16:16:35 -0000	1.200
+++ doc/gdb.texinfo	13 Mar 2004 13:24:43 -0000
@@ -14232,6 +14232,25 @@ can be affected to another window.
 @item refresh
 @kindex refresh
 Refresh the screen.  This is similar to using @key{C-L} key.
+
+@item tui reg float
+@kindex tui reg float
+Show the floating point registers in the register window.
+
+@item tui reg general
+@kindex tui reg general
+Show the general registers in the register window.
+
+@item tui reg next
+@kindex tui reg next
+Show the next register group.  The list of register groups as well as
+their order is target specific.  The predefined register groups are the
+following: @code{general}, @code{float}, @code{system}, @code{vector},
+@code{all}, @code{save}, @code{restore}.
+
+@item tui reg system
+@kindex tui reg system
+Show the system registers in the register window.
 
 @item update
 @kindex update

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]