diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-07-28 15:29:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-07-28 15:29:26 +0000 |
commit | e0953e07a9944edf3e31eb184d830091a2d0e88f (patch) | |
tree | 67e93c942135a715f3da12b34711f72007873c38 /gdb/doc | |
parent | 0907dc09325aff0e201656d2261efb0f73326383 (diff) | |
download | gdb-e0953e07a9944edf3e31eb184d830091a2d0e88f.zip gdb-e0953e07a9944edf3e31eb184d830091a2d0e88f.tar.gz gdb-e0953e07a9944edf3e31eb184d830091a2d0e88f.tar.bz2 |
* gdbinv-s.texi: Documented timeout and retransmit-timeout
variables for MIPS remote debugging protocol.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbinv-s.texi | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2bb6895..0ba5b17 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. diff --git a/gdb/doc/gdbinv-s.texi b/gdb/doc/gdbinv-s.texi index 277221c..196c3f8 100644 --- a/gdb/doc/gdbinv-s.texi +++ b/gdb/doc/gdbinv-s.texi @@ -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 |