PR gdb/2250
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2327ee17e901b4ad8532ff6b377f180c782e15e9..e70bea18ccbc9233ce3a15cd2479e86c0abc7cb1 100644 (file)
@@ -1,3 +1,19 @@
+2008-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       PR gdb/2250
+       * infrun.c (clear_proceed_status_thread): New function.
+       (clear_proceed_status_callback): New function.
+       (clear_proceed_status): In all-stop mode, clear per-thread
+       proceed status of *all* threads, not only the current.
+       (handle_inferior_event): In all-stop mode, if we're stepping
+       one thread, but got some inferior event in another thread
+       that does not cause GDB to break to the user interface,
+       ensure the interrupted stepping operation continues in the
+       original thread.
+       (currently_stepping): Move thread-related tests to ...
+       (currently_stepping_thread): ... this new function.
+       (currently_stepping_callback): New function.
+
 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
 
        Implement =thread-selected notification.
This page took 0.024154 seconds and 4 git commands to generate.