diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-04 13:28:23 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-05-04 13:28:23 +0000 |
commit | 5940bfd96482abe9952bd4b7e142bb07ae36e5d7 (patch) | |
tree | 3a18a31ac4f26a83a22aa0687fe7ebbdebbf5672 | |
parent | 3f048548ccc1e1cb2c8eafc6ae1b70114deae3f3 (diff) | |
download | gdb-5940bfd96482abe9952bd4b7e142bb07ae36e5d7.zip gdb-5940bfd96482abe9952bd4b7e142bb07ae36e5d7.tar.gz gdb-5940bfd96482abe9952bd4b7e142bb07ae36e5d7.tar.bz2 |
* remote.texi (MIPS Remote): Say that set timeout doesn't apply
when waiting for your program to stop.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/remote.texi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index cfdf35e..35c01ca 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * remote.texi (MIPS Remote): Say that set timeout doesn't apply + when waiting for your program to stop. + Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * annotate.texi (Breakpoint Info): Document annotation of header diff --git a/gdb/doc/remote.texi b/gdb/doc/remote.texi index 12246ad..422379d 100644 --- a/gdb/doc/remote.texi +++ b/gdb/doc/remote.texi @@ -1333,6 +1333,11 @@ retransmit-timeout @var{seconds}} command. The default is 3 seconds. You can inspect both values with @code{show timeout} and @code{show retransmit-timeout}. (These commands are @emph{only} available when @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.) + +The timeout set by @code{set timeout} does not apply when @value{GDBN} +is waiting for your program to stop. In that case, @value{GDBN} waits +forever because it has no way of knowing how long the program is going +to run before stopping. @end table @end ifset |