diff options
author | David Daney <ddaney@avtrex.com> | 2009-04-21 16:31:06 +0000 |
---|---|---|
committer | David Daney <ddaney@avtrex.com> | 2009-04-21 16:31:06 +0000 |
commit | eac35c4ebc710d976d7e25e67b24ece097b6ca35 (patch) | |
tree | bae8d6c233c23b9d7e0f3cb3a4dd5104ef1b4b30 /gdb | |
parent | 7ac3eb250b6fd1c04e4c42c341bc5f6e6a9398c3 (diff) | |
download | gdb-eac35c4ebc710d976d7e25e67b24ece097b6ca35.zip gdb-eac35c4ebc710d976d7e25e67b24ece097b6ca35.tar.gz gdb-eac35c4ebc710d976d7e25e67b24ece097b6ca35.tar.bz2 |
2009-04-21 David Daney <ddaney@caviumnetworks.com>
* gdb.texinfo (maint show-debug-regs): Remove mention of x86.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b0f803b..525f1e4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-04-21 David Daney <ddaney@caviumnetworks.com> + + * gdb.texinfo (maint show-debug-regs): Remove mention of x86. + 2009-04-21 Joseph Myers <joseph@codesourcery.com> * gdb.texinfo (Source Path): Document --with-relocated-sources. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 50949e0..c3c82fd 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -25730,9 +25730,9 @@ Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be compiled with the @samp{-pg} compiler option. @kindex maint show-debug-regs -@cindex x86 hardware debug registers +@cindex hardware debug registers @item maint show-debug-regs -Control whether to show variables that mirror the x86 hardware debug +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 removes a hardware breakpoint or watchpoint, and when the inferior |