diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2004-03-28 12:22:55 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2004-03-28 12:22:55 +0000 |
commit | 6a1b180db492f1874502790867619e2c59b90f0a (patch) | |
tree | 43119ec8f82513a479c980ff81f131c4b815c22c /gdb/doc | |
parent | 0bfbda3b653c5fe2a2abc5b1aa50496d7803cdcc (diff) | |
download | gdb-6a1b180db492f1874502790867619e2c59b90f0a.zip gdb-6a1b180db492f1874502790867619e2c59b90f0a.tar.gz gdb-6a1b180db492f1874502790867619e2c59b90f0a.tar.bz2 |
* gdb.texinfo (TUI Commands): Document tui reg commands.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 18 |
2 files changed, 21 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 263538d..72c5e6a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-03-28 Stephane Carrez <stcarrez@nerim.fr> + + * gdb.texinfo (TUI Commands): Document tui reg commands. + 2004-03-26 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 19fa803..80d3225 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. |