* gdbinv-s.texi: Documented timeout and retransmit-timeout
authorIan Lance Taylor <ian@airs.com>
Wed, 28 Jul 1993 15:29:26 +0000 (15:29 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 28 Jul 1993 15:29:26 +0000 (15:29 +0000)
variables for MIPS remote debugging protocol.

gdb/doc/ChangeLog
gdb/doc/gdbinv-s.texi

index 2bb689532c7aecab411058d09a7cd94328873337..0ba5b175c213d271191ae5be0bcedde3ad282dc0 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * gdbinv-s.texi: Documented timeout and retransmit-timeout
+       variables for MIPS remote debugging protocol.
+
 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
index 277221c681cfc5ef3aa3c4efa0e00fcb748d67cb..196c3f85782f1785305e0e5ee470932b2a0e0a19 100644 (file)
@@ -1067,6 +1067,13 @@ by setting the @code{remotedebug} variable.  If you set it to 1 using
 to 2 every character will be displayed.  You can check the current value
 at any time with the command @samp{show remotedebug}.
 
+@cindex @code{timeout}, MIPS protocol
+@cindex @code{retransmit-timeout}, MIPS protocol
+The timeout used while waiting for a packet is controlled by the
+@code{timeout} variable.  The default is 5 seconds.  The timeout used
+while waiting for an acknowledgement of a packet is controlled by the
+@code{retransmit-timeout} variable.  The default is 3 seconds.
+
 @kindex set mipsfpu off
 @cindex MIPS remote floating point
 @cindex floating point, MIPS remote