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 1d23f5007d6..1e84d8d1de0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2004-05-12 Andrew Cagney <cagney@redhat.com> + + * thread.c (load_infrun_state): Delete step_sp. + * infrun.c (context_switch): Ditto. + * inferior.h (step_sp): Ditto. + * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto. + * gdbthread.h (struct thread_info, save_infrun_state) + (restore_infrun_state): Ditto. + 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com> * MAINTAINERS (write after approval): Add myself. |