diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-05-05 17:29:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-05-05 17:29:38 +0000 |
commit | 605a56cbd3e45de9304a5bdd2f877fa0d15627c1 (patch) | |
tree | 0f79f7fa30566bb045355518409b4f29e9cf8c2c /gdb/doc | |
parent | 4b164edfcacb542944bb0f326ea0747890f44e1f (diff) | |
download | gdb-605a56cbd3e45de9304a5bdd2f877fa0d15627c1.zip gdb-605a56cbd3e45de9304a5bdd2f877fa0d15627c1.tar.gz gdb-605a56cbd3e45de9304a5bdd2f877fa0d15627c1.tar.bz2 |
* gdb.texinfo (Remote Configuration): Remove "set remotedebug"
and "show remotedebug".
(Debugging Output): Add additional index entries.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 14 |
2 files changed, 9 insertions, 11 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index dc5f4f1..73fd9b2 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2006-05-05 Daniel Jacobowitz <dan@codesourcery.com> + + * gdb.texinfo (Remote Configuration): Remove "set remotedebug" + and "show remotedebug". + (Debugging Output): Add additional index entries. + 2006-04-27 Michael Snyder <msnyder@redhat.com> * gdb.texinfo (delete-fork): Command renamed to "delete fork". diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 3230dcb..7da8073 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -12452,17 +12452,6 @@ expect to see @samp{Ctrl-C} as the interrupt signal. Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to interrupt the remote program. -@item set remotedebug -@cindex debug remote protocol -@cindex remote protocol debugging -@cindex display remote packets -Control the debugging of the remote protocol. When enabled, each -packet sent to or received from the remote target is displayed. The -defaults is off. - -@item show remotedebug -Show the current setting of the remote protocol debugging. - @item set remotedevice @var{device} @cindex serial port name Set the name of the serial port through which to communicate to the @@ -15947,6 +15936,9 @@ Displays the current state of displaying @value{GDBN} C@t{++} overload debugging info. @cindex packets, reporting on stdout @cindex serial connections, debugging +@cindex debug remote protocol +@cindex remote protocol debugging +@cindex display remote packets @item set debug remote Turns on or off display of reports on all packets sent back and forth across the serial line to the remote machine. The info is printed on the |