diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0bb5aeb..d131d9a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2015-03-24 Pedro Alves <palves@redhat.com> + * infrun.c (step_start_function): Delete and ... + * gdbthread.h (struct thread_control_state) <step_start_function>: + ... now a field here. + * infrun.c (clear_proceed_status_thread): Clear the thread's + step_start_function. + (proceed, process_event_stop_test, print_stop_event): Adjust. + +2015-03-24 Pedro Alves <palves@redhat.com> + * infrun.c (proceed): No longer handle negative step. 2015-03-24 Gary Benson <gbenson@redhat.com> |