diff options
author | Pedro Alves <palves@redhat.com> | 2009-05-12 16:51:13 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-05-12 16:51:13 +0000 |
commit | cbe54154ef7b3915c5ef2c20bddf78463ed6b566 (patch) | |
tree | 97bbd977e10845c0408db6a338915c382861536e /gdb/doc | |
parent | 78e82dc3f166e9c5bcea5440ddd49e846c3dcc04 (diff) | |
download | gdb-cbe54154ef7b3915c5ef2c20bddf78463ed6b566.zip gdb-cbe54154ef7b3915c5ef2c20bddf78463ed6b566.tar.gz gdb-cbe54154ef7b3915c5ef2c20bddf78463ed6b566.tar.bz2 |
gdb/
2009-05-12 Pedro Alves <pedro@codesourcery.com>
* cli/cli-decode.c (deprecated_add_set_cmd): Delete.
* command.h (deprecated_add_set_cmd): Delete declaration.
* gnu-nat.c (_initialize_gnu_nat): Replace 'maint gnu-debug' with
'set debug gnu-nat' and 'show debug gnu-nat'.
* i386-nat.c (_initialize_i386_nat): Replace 'maint
show-debug-registers' with 'maint set show-debug-registers' and
'maint show show-debug-registers'.
* mips-linux-nat.c (_initialize_mips_linux_nat): Replace 'maint
show-debug-registers' with 'maint set show-debug-registers' and
'maint show show-debug-registers'.
gdb/doc/
2009-05-12 Pedro Alves <pedro@codesourcery.com>
* gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint
show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
show show-debug-regs' docs.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 11 |
2 files changed, 15 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 88ec627..7885a70 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2009-05-12 Pedro Alves <pedro@codesourcery.com> + + * gdb.texinfo: Document 'set/show debug gnu-nat'. Replace 'maint + show-debug-regs' docs by 'maint set show-debug-regs' and 'maint + show show-debug-regs' docs. + 2009-05-08 Eli Zaretskii <eliz@gnu.org> * gdb.texinfo (Process Record and Replay): Add description of diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4f5b659..f1b892d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -17829,6 +17829,11 @@ default is off. @item show debug frame Displays the current state of displaying @value{GDBN} frame debugging info. +@item set debug gnu-nat +@cindex @sc{gnu}/Hurd debug messages +Turns on or off debugging messages from the @sc{gnu}/Hurd debug support. +@item show debug gnu-nat +Show the current state of @sc{gnu}/Hurd debugging messages. @item set debug infrun @cindex inferior debugging info Turns on or off display of @value{GDBN} debugging info for running the inferior. @@ -25947,9 +25952,11 @@ data in a @file{gmon.out} file, be sure to move it to a safe location. Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be compiled with the @samp{-pg} compiler option. -@kindex maint show-debug-regs +@kindex maint set show-debug-regs +@kindex maint show show-debug-regs @cindex hardware debug registers -@item maint show-debug-regs +@item maint set show-debug-regs +@itemx maint show show-debug-regs Control whether to show variables that mirror the hardware debug registers. Use @code{ON} to enable, @code{OFF} to disable. If enabled, the debug registers values are shown when @value{GDBN} inserts or |