diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-05-12 18:08:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-05-12 18:08:38 +0000 |
commit | 8aad930bb7fcb964c0c56e5564b20860b44618f9 (patch) | |
tree | 97828332337ed94a4d64a64bf55a9bbd7aff0c12 /gdb/ChangeLog | |
parent | 2f2f4511bdcb69e610a446890e8110380b76937d (diff) | |
download | gdb-8aad930bb7fcb964c0c56e5564b20860b44618f9.zip gdb-8aad930bb7fcb964c0c56e5564b20860b44618f9.tar.gz gdb-8aad930bb7fcb964c0c56e5564b20860b44618f9.tar.bz2 |
2004-05-12 Andrew Cagney <cagney@redhat.com>
* infrun.c (adjust_pc_after_break): Rewrite decr logic,
eliminate reference to step_sp.
(struct execution_control_state, init_execution_control_state)
(handle_inferior_event, keep_going): Delete update_step_sp and
step_sp.
* infcmd.c (step_sp): Note that variable is unused.
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 0937f8b..fe0b96e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2004-05-12 Andrew Cagney <cagney@redhat.com> + + * infrun.c (adjust_pc_after_break): Rewrite decr logic, + eliminate reference to step_sp. + (struct execution_control_state, init_execution_control_state) + (handle_inferior_event, keep_going): Delete update_step_sp and + step_sp. + * infcmd.c (step_sp): Note that variable is unused. + 2004-05-11 Andrew Cagney <cagney@redhat.com> * infrun.c (step_over_function): Delete function. |