* linux-nat.c (resume_callback): Add more debugging output.
authorDaniel Jacobowitz <drow@false.org>
Sun, 27 Jul 2008 21:12:40 +0000 (21:12 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 27 Jul 2008 21:12:40 +0000 (21:12 +0000)
commit57380f4e0bbdfa396ed068db6bd867b4fafd9925
treec55eb8d7d1ab1052274749c38291df076a980cb2
parente09490f18a66aa4d02a2f5b7a75d2530caf09d5b
* linux-nat.c (resume_callback): Add more debugging output.
(linux_nat_has_pending_sigint): New function, based on
linux_nat_has_pending.
(set_ignore_sigint, maybe_clear_ignore_sigint): New functions.
(stop_wait_callback): Remove flush_mask handling.  Honor
ignore_sigint.  Call maybe_clear_ignore_sigint.  Pass NULL
to recursive calls.
(linux_nat_has_pending, flush_callback): Remove.
(linux_nat_filter_event): Check for ignore_sigint.
(linux_nat_wait): Remove flush_mask support and call to
flush_callback.  Use set_ignore_sigint and maybe_clear_ignore_sigint.
* linux-nat.h (struct lwp_info): Add ignore_sigint field.

* gdb.threads/manythreads.exp: Use remote_expect instead of after.
Add a test for duplicated SIGINTs.
gdb/ChangeLog
gdb/linux-nat.c
gdb/linux-nat.h
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/manythreads.exp
This page took 0.024825 seconds and 4 git commands to generate.