From: Pedro Alves Date: Wed, 12 Oct 2011 12:17:29 +0000 (+0000) Subject: Fix incomplete entry. Should have been: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecf8e7f5f6a88a2c180bca7d013f622e46d2b8ec;p=binutils-gdb.git Fix incomplete entry. Should have been: 2011-10-12 Pedro Alves * linux-nat.c (stop_and_resume_callback): Don't re-resume LWPs if the core wanted them stopped, or if they now have a pending event to report. (linux_nat_filter_event): New parameter `new_pending_p'. Pass it down to stop_and_resume_callback. (linux_nat_wait_1): Always clear `options' when retrying. Handle having new pending events after calling linux_nat_filter_event. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fb5aded778f..83cbcf1d0f9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -3,6 +3,10 @@ * linux-nat.c (stop_and_resume_callback): Don't re-resume LWPs if the core wanted them stopped, or if they now have a pending event to report. + (linux_nat_filter_event): New parameter `new_pending_p'. Pass it + down to stop_and_resume_callback. + (linux_nat_wait_1): Always clear `options' when retrying. Handle + having new pending events after calling linux_nat_filter_event. 2011-10-11 Sterling Augustine