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/NEWS | |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,11 @@ NEC V850 v850-*-* *** Changes in GDB 6.3: +* New command line option + +GDB now accepts -l followed by a number to set the timeout for remote +debugging. + * GDB works with GCC -feliminate-dwarf2-dups GDB now supports a more compact representation of DWARF-2 debug |