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 15e2984..e7a4c54 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 dd5e7aa..f77ed53 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