diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-04-09 15:12:31 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-04-09 15:12:31 +0000 |
commit | 5c5dcc1b7ab241e5f324fcd736eedf16e2f1fbfc (patch) | |
tree | 6b370dac7cabc2919645940f6a59fe5e994a8b12 | |
parent | 623ccd7217323abfaf9bca502fcba987d0d33999 (diff) | |
download | binutils-5c5dcc1b7ab241e5f324fcd736eedf16e2f1fbfc.zip binutils-5c5dcc1b7ab241e5f324fcd736eedf16e2f1fbfc.tar.gz binutils-5c5dcc1b7ab241e5f324fcd736eedf16e2f1fbfc.tar.bz2 |
Mention unavailable and invisible registers.
2010-04-09 H.J. Lu <hongjiu.lu@intel.com>
* gdb.texinfo (maint print registers): Mention unavailable and
invisible registers.
-rw-r--r-- | gdb/doc/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3058577..7e272e8 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,6 +1,11 @@ +2010-04-09 H.J. Lu <hongjiu.lu@intel.com> + + * gdb.texinfo (maint print registers): Mention unavailable and + invisible registers. + 2010-04-09 Phil Muldoon <pmuldoon@redhat.com> Thiago Jung Bauermann <bauerman@br.ibm.com> - Tom Tromey <tromey@redhat.com> + Tom Tromey <tromey@redhat.com> * gdb.texinfo (Breakpoints In Python): New Node. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4ddda64..f31e0a2 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}. |