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.
This commit is contained in:
parent
623ccd7217
commit
5c5dcc1b7a
2 changed files with 9 additions and 3 deletions
|
@ -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>
|
2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
Thiago Jung Bauermann <bauerman@br.ibm.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.
|
* gdb.texinfo (Breakpoints In Python): New Node.
|
||||||
|
|
||||||
|
|
|
@ -29246,8 +29246,9 @@ Print @value{GDBN}'s internal register data structures.
|
||||||
|
|
||||||
The command @code{maint print raw-registers} includes the contents of
|
The command @code{maint print raw-registers} includes the contents of
|
||||||
the raw register cache; the command @code{maint print cooked-registers}
|
the raw register cache; the command @code{maint print cooked-registers}
|
||||||
includes the (cooked) value of all registers; and the command
|
includes the (cooked) value of all registers, including registers which
|
||||||
@code{maint print register-groups} includes the groups that each
|
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,
|
register is a member of. @xref{Registers,, Registers, gdbint,
|
||||||
@value{GDBN} Internals}.
|
@value{GDBN} Internals}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue