* gdb.texinfo (Debugging Output): Document values for "set debug
authorDaniel Jacobowitz <drow@false.org>
Tue, 9 Mar 2004 16:16:35 +0000 (16:16 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 9 Mar 2004 16:16:35 +0000 (16:16 +0000)
target".

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

index 6fbd766289260503fc97c1ddf5e749fec34e7966..a92080e4148aa48084cd9b221130baa350de09ca 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.texinfo (Debugging Output): Document values for "set debug
+       target".
+
 2004-02-28  Andrew Cagney  <cagney@redhat.com>
 
        * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
index 77b96a067e381492d73831bad8e3b06989976387..dac02de0ef2d461f3f428659133af38c12ce2f42 100644 (file)
@@ -13434,7 +13434,9 @@ info.
 @item set debug target
 Turns on or off display of @value{GDBN} target debugging info. This info
 includes what is going on at the target level of GDB, as it happens. The
-default is off.
+default is 0.  Set it to 1 to track events, and to 2 to also track the
+value of large memory transfers.  Changes to this flag do not take effect
+until the next time you connect to a target or use the @code{run} command.
 @kindex show debug target
 @item show debug target
 Displays the current state of displaying @value{GDBN} target debugging