2002-08-13 Andrew Cagney <ac131313@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Tue, 13 Aug 2002 21:39:00 +0000 (21:39 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 13 Aug 2002 21:39:00 +0000 (21:39 +0000)
* gdb.texinfo (Maintenance Commands): Document "maint print
registers", "maint print raw-registers" and "maint print
cooked-registers".

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

index 15e2984c9bc0927f60c28180e492d3303ff431dc..e7a4c5417ed59ea97b7fcc65edb88676196f41c4 100644 (file)
@@ -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:            
index dd5e7aa3c6ee207c480bd0f6cf6b1f17f25939a7..f77ed536c590516cbba2df0f3563d10425726da6 100644 (file)
@@ -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