aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-12 18:08:38 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-12 18:08:38 +0000
commit8aad930bb7fcb964c0c56e5564b20860b44618f9 (patch)
tree97828332337ed94a4d64a64bf55a9bbd7aff0c12 /gdb/infcmd.c
parent2f2f4511bdcb69e610a446890e8110380b76937d (diff)
downloadfsf-binutils-gdb-8aad930bb7fcb964c0c56e5564b20860b44618f9.zip
fsf-binutils-gdb-8aad930bb7fcb964c0c56e5564b20860b44618f9.tar.gz
fsf-binutils-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.c3
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;