From 10724c44b1b9a2e097fb775279121d9a1c08a696 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sun, 28 Mar 2004 12:24:13 +0000 Subject: [PATCH] * gdb.texinfo (TUI Commands): Document tui reg commands. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 18 +++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 41326f33f0d..b5834f430f4 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 adc0ae1e0c6..8e131520d68 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -13942,7 +13942,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 @@ -14235,6 +14235,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. -- 2.47.3