diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2004-12-07 11:06:04 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2004-12-07 11:06:04 +0000 |
commit | f47b15032f1181ec95bd1666bd5c3193d80e638e (patch) | |
tree | 3d95d1ae520203aa99f9c6618defa85859ab0c1d /gdb/doc | |
parent | 45ab555df7252440f6dd546a3ad2027f6e81c313 (diff) | |
download | gdb-f47b15032f1181ec95bd1666bd5c3193d80e638e.zip gdb-f47b15032f1181ec95bd1666bd5c3193d80e638e.tar.gz gdb-f47b15032f1181ec95bd1666bd5c3193d80e638e.tar.bz2 |
* main.c (long_options): Add entry for "-l".
(print_gdb_help): Add line for -l option.
* NEWS: Mention it.
doc/
* gdb.texinfo (Mode Options): Document -l option.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fa942c0..7283bde 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-12-07 Andreas Schwab <schwab@suse.de> + + * gdb.texinfo (Mode Options): Document -l option. + 2004-12-04 Eli Zaretskii <eliz@gnu.org> * gdbint.texinfo (Algorithms): More accurate description of diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 348c6c2..bf59d71 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -1078,6 +1078,11 @@ This option stops option processing. Set the line speed (baud rate or bits per second) of any serial interface used by @value{GDBN} for remote debugging. +@item -l @var{timeout} +@cindex @code{-l} +Set the timeout (in seconds) of any communication used by @value{GDBN} +for remote debugging. + @item -tty @var{device} @itemx -t @var{device} @cindex @code{--tty} |