]> Git Repo - binutils.git/commitdiff
Fix incomplete entry. Should have been:
authorPedro Alves <[email protected]>
Wed, 12 Oct 2011 12:17:29 +0000 (12:17 +0000)
committerPedro Alves <[email protected]>
Wed, 12 Oct 2011 12:17:29 +0000 (12:17 +0000)
2011-10-12  Pedro Alves  <[email protected]>

* 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.

gdb/ChangeLog

index fb5aded778f50b620c48591e19014a096cda3825..83cbcf1d0f92f2f9abd18c6325c633c9021ef15a 100644 (file)
@@ -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  <[email protected]>
 
This page took 0.040345 seconds and 4 git commands to generate.