Mention unavailable and invisible registers.
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 9 Apr 2010 15:12:31 +0000 (15:12 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 9 Apr 2010 15:12:31 +0000 (15:12 +0000)
2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>

* gdb.texinfo (maint print registers): Mention unavailable and
invisible registers.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 30585770d6f168ae77a96a5645e09e864aef4f97..7e272e8349c380c398362358b0e1f7567cd80e66 100644 (file)
@@ -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.
 
index 4ddda64c89787c8069f871988b6bd42c2c414bdd..f31e0a21e7a9a9a76ae6181d15b5b253ee8d2d3a 100644 (file)
@@ -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}.
 
This page took 0.05459 seconds and 4 git commands to generate.