diff options
Diffstat (limited to 'gdb/doc/gdbinv-s.texi')
-rw-r--r-- | gdb/doc/gdbinv-s.texi | 7 |
1 files changed, 7 insertions, 0 deletions
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 |