* gdb.texinfo (Remote Configuration): Remove "set remotedebug"
authorDaniel Jacobowitz <drow@false.org>
Fri, 5 May 2006 17:29:38 +0000 (17:29 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 5 May 2006 17:29:38 +0000 (17:29 +0000)
and "show remotedebug".
(Debugging Output): Add additional index entries.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index dc5f4f1374cabac2fdb5c10262efa9a2fc36e324..73fd9b2db292bda52d568dedff00e532006a5465 100644 (file)
@@ -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".
index 3230dcb40a829d5056e882cbfb2066c9d3c0842a..7da807384cc030a1d452b7e01950008379379272 100644 (file)
@@ -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
This page took 0.044082 seconds and 4 git commands to generate.