diff options
author | Fred Fish <fnf@specifix.com> | 1992-08-24 19:00:24 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-08-24 19:00:24 +0000 |
commit | 93220abe64fba1955712bdcbff0ff1e5bf5bf404 (patch) | |
tree | a9ae5fe35418f9419b53633d552231875f5a179b /gdb | |
parent | 9c2e4054480af9d81f4284f12ddcac20033501bf (diff) | |
download | gdb-93220abe64fba1955712bdcbff0ff1e5bf5bf404.zip gdb-93220abe64fba1955712bdcbff0ff1e5bf5bf404.tar.gz gdb-93220abe64fba1955712bdcbff0ff1e5bf5bf404.tar.bz2 |
* infrun.c (handle_command): Rewrite to allow multiple signal
numbers, signal number ranges, and to recognize "all" to mean all
signals except those used by the debugger.
* infrun.c (SET_SIGS, UNSET_SIGS): Macros used in handle_command
to set or reset actions for specific signals.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 263259d..a588037 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Mon Aug 24 11:57:13 1992 Fred Fish (fnf@cygnus.com) + + * infrun.c (handle_command): Rewrite to allow multiple signal + numbers, signal number ranges, and to recognize "all" to mean all + signals except those used by the debugger. + * infrun.c (SET_SIGS, UNSET_SIGS): Macros used in handle_command + to set or reset actions for specific signals. + Sun Aug 23 17:10:07 1992 Fred Fish (fnf@cygnus.com) * coffread.c (decode_type): Call alloc_type to alloc new |