From: H.J. Lu Date: Fri, 9 Apr 2010 15:12:31 +0000 (+0000) Subject: Mention unavailable and invisible registers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c5dcc1b7ab241e5f324fcd736eedf16e2f1fbfc;p=binutils-gdb.git Mention unavailable and invisible registers. 2010-04-09 H.J. Lu * gdb.texinfo (maint print registers): Mention unavailable and invisible registers. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 30585770d6f..7e272e8349c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,6 +1,11 @@ +2010-04-09 H.J. Lu + + * gdb.texinfo (maint print registers): Mention unavailable and + invisible registers. + 2010-04-09 Phil Muldoon Thiago Jung Bauermann - Tom Tromey + Tom Tromey * gdb.texinfo (Breakpoints In Python): New Node. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4ddda64c897..f31e0a21e7a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -29246,8 +29246,9 @@ Print @value{GDBN}'s internal register data structures. The command @code{maint print raw-registers} includes the contents of the raw register cache; the command @code{maint print cooked-registers} -includes the (cooked) value of all registers; and the command -@code{maint print register-groups} includes the groups that each +includes the (cooked) value of all registers, including registers which +aren't available on the target nor visible to user; and the +command @code{maint print register-groups} includes the groups that each register is a member of. @xref{Registers,, Registers, gdbint, @value{GDBN} Internals}.