2002-08-13 Andrew Cagney <ac131313@redhat.com>
* gdb.texinfo (Maintenance Commands): Document "maint print registers", "maint print raw-registers" and "maint print cooked-registers".
This commit is contained in:
parent
7bfda7ebd0
commit
0680b1201a
@ -1,3 +1,9 @@
|
||||
2002-08-13 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* gdb.texinfo (Maintenance Commands): Document "maint print
|
||||
registers", "maint print raw-registers" and "maint print
|
||||
cooked-registers".
|
||||
|
||||
2002-08-08 Grace Sainsbury <graces@redhat.com>
|
||||
|
||||
From Mark Salter:
|
||||
|
@ -14195,6 +14195,21 @@ Shared library events.
|
||||
|
||||
@end table
|
||||
|
||||
@kindex maint print registers
|
||||
@kindex maint print raw-registers
|
||||
@kindex maint print cooked-registers
|
||||
@item maint print registers
|
||||
@itemx maint print raw-registers
|
||||
@itemx maint print cooked-registers
|
||||
Print @value{GDBN}'s internal register data structures.
|
||||
|
||||
The command @samp{maint print raw-registers} includes the contents of
|
||||
the raw register cache; and the command @samp{maint print
|
||||
cooked-registers} includes the (cooked) value of all registers.
|
||||
@xref{Registers,, Registers, gdbint, @value{GDBN} Internals}.
|
||||
|
||||
Takes an optional file parameter.
|
||||
|
||||
@end table
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user