From: ciceron Date: Sun, 28 Mar 2004 12:22:55 +0000 (+0000) Subject: * gdb.texinfo (TUI Commands): Document tui reg commands. X-Git-Tag: reparent-point~3276 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=29a22dd94b82859d9db6032687e6574156421f10;p=pf3gnuchains%2Fpf3gnuchains4x.git * gdb.texinfo (TUI Commands): Document tui reg commands. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 263538d2ea..72c5e6ae64 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-03-28 Stephane Carrez + + * gdb.texinfo (TUI Commands): Document tui reg commands. + 2004-03-26 Andrew Cagney * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 19fa803a32..80d32257b7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -13944,7 +13944,7 @@ The assembly window shows the disassembly output of the program. @item register This window shows the processor registers. It detects when a register is changed and when this is the case, registers that have -changed are highlighted. +changed are highlighted. @end table @@ -14237,6 +14237,22 @@ can be affected to another window. @kindex refresh Refresh the screen. This is similar to using @key{C-L} key. +@item tui reg float +@kindex tui reg +Show the floating point registers in the register window. + +@item tui reg general +Show the general registers in the register window. + +@item 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 +Show the system registers in the register window. + @item update @kindex update Update the source window and the current execution point.