diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-07-17 03:25:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-07-17 03:25:11 +0000 |
commit | 2c07db7ac031ac855c833c5ceed59763d4011290 (patch) | |
tree | f3b8b16cab4a7fdb12d6ecfcb8da4d0a69db086f /gdb/NEWS | |
parent | 586027e6154d39127b6342ebbc4d36aee7ad3a2d (diff) | |
download | gdb-2c07db7ac031ac855c833c5ceed59763d4011290.zip gdb-2c07db7ac031ac855c833c5ceed59763d4011290.tar.gz gdb-2c07db7ac031ac855c833c5ceed59763d4011290.tar.bz2 |
Index: ChangeLog
2004-07-16 Andrew Cagney <cagney@gnu.org>
* defs.h (event_loop_p): Replace variable declaration with macro,
always 1.
* main.c (captured_main): Delete options "-async" and "-noasync".
(event_loop_p): Delete variable.
* NEWS: Mention that "-async" and "-noasync" were removed.
Index: doc/ChangeLog
2004-07-16 Andrew Cagney <cagney@gnu.org>
* gdb.texinfo (Mode Options): Delete documentation on "-async" and
"-noasync".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ *** Changes since GDB 6.1: +* "-async" and "-noasync" options removed. + +Support for the broken "-noasync" option has been removed (it caused +GDB to dump core). + * New ``start'' command. This command runs the program until the begining of the main procedure. |