diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-07-12 19:37:36 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-07-12 19:37:36 +0000 |
commit | de4ca854d8a677a07906c0d88cda18c47982bb1f (patch) | |
tree | 4aa00ba4ed104c6147700cb2a54b29f7bd0ea177 /gdb/ChangeLog | |
parent | 635b0cc19c737fb6706bc639c6373c0a8f36afe2 (diff) | |
download | gdb-de4ca854d8a677a07906c0d88cda18c47982bb1f.zip gdb-de4ca854d8a677a07906c0d88cda18c47982bb1f.tar.gz gdb-de4ca854d8a677a07906c0d88cda18c47982bb1f.tar.bz2 |
* lin-lwp.c (stop_wait_callback): Add support for flushing
signals. Use that in favour of the old code to get rid of
superfluous SIGINTs.
(lin_lwp_wait): Use the new support in stop_wait_callback to
flush all but one SIGINT.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 95ea9a0..fe1b460 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2001-07-12 Mark Kettenis <kettenis@gnu.org> + * lin-lwp.c (stop_wait_callback): Add support for flushing + signals. Use that in favour of the old code to get rid of + superfluous SIGINTs. + (lin_lwp_wait): Use the new support in stop_wait_callback to + flush all but one SIGINT. + * i386-tdep.c (i386_extract_return_value): Undo 2001-07-11 changes to comment. (i386_store_return_value): Improve comments about storing |