aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-10-12 12:17:29 +0000
committerPedro Alves <palves@redhat.com>2011-10-12 12:17:29 +0000
commitecf8e7f5f6a88a2c180bca7d013f622e46d2b8ec (patch)
tree007a9ba15f1185fe0a24c773f8b32fc0cb018dd8 /gdb
parent12d9289a51b52361abaeb31f1fce8ce38c22afd2 (diff)
downloadfsf-binutils-gdb-ecf8e7f5f6a88a2c180bca7d013f622e46d2b8ec.zip
fsf-binutils-gdb-ecf8e7f5f6a88a2c180bca7d013f622e46d2b8ec.tar.gz
fsf-binutils-gdb-ecf8e7f5f6a88a2c180bca7d013f622e46d2b8ec.tar.bz2
Fix incomplete entry. Should have been:
2011-10-12 Pedro Alves <pedro@codesourcery.com> * 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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fb5aded..83cbcf1 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 <saugustine@google.com>