2002-08-11 Andrew Cagney * gdb.texinfo (Maintenance Commands): Document "maint print registers", "maint print raw-registers" and "maint print cooked-registers". Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.110 diff -u -r1.110 gdb.texinfo --- gdb.texinfo 10 Aug 2002 00:40:40 -0000 1.110 +++ gdb.texinfo 11 Aug 2002 16:34:46 -0000 @@ -14195,6 +14195,21 @@ @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