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/infcmd.c | |
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/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 2cbfce3..0b91266 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -187,7 +187,8 @@ CORE_ADDR step_range_end; /* Exclusive */ struct frame_id step_frame_id; /* Our notion of the current stack pointer. */ - +/* NOTE: cagney/2004-05-09: This variable is not used and should be + garbage collected. */ CORE_ADDR step_sp; enum step_over_calls_kind step_over_calls; |