diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f57cea2..f3a579b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2009-05-28 Pedro Alves <pedro@codesourcery.com> + + * infrun.c (handle_inferior_event): When thread hoping, switch + inferior_ptid to the event thread before removing breakpoints from + the target. If not stopping, also try to revert back to a thread + that was doing a "next". Check if that thread still exists before + resuming. + (currently_stepping_thread): Delete and merge with ... + (currently_stepping): ... this. + (currently_stepping_callback): Rename to ... + (currently_stepping_or_nexting_callback): ... this, and also + return true if the thread was stepping over a call (has a + step-resume breakpoint). + 2009-05-28 Tom Tromey <tromey@redhat.com> * python/python.c (gdbpy_parameter): Rename. Fix error message. |