aboutsummaryrefslogtreecommitdiff
path: root/gdb/inferior.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-12 22:19:02 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-12 22:19:02 +0000
commitf2c9ca0856f99aaddc3f12d8addd1d900dbea575 (patch)
treea3c91aa1d2dc4180fee2dabab692f762a861e7db /gdb/inferior.h
parent090ddb2a8c306b210b4d085f195398105da49448 (diff)
downloadfsf-binutils-gdb-f2c9ca0856f99aaddc3f12d8addd1d900dbea575.zip
fsf-binutils-gdb-f2c9ca0856f99aaddc3f12d8addd1d900dbea575.tar.gz
fsf-binutils-gdb-f2c9ca0856f99aaddc3f12d8addd1d900dbea575.tar.bz2
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.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r--gdb/inferior.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h
index 951893f..76ec0b0 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -364,10 +364,6 @@ extern CORE_ADDR step_range_end; /* Exclusive */
extern struct frame_id step_frame_id;
-/* Our notion of the current stack pointer. */
-
-extern CORE_ADDR step_sp;
-
/* 1 means step over all subroutine calls.
-1 means step over calls to undebuggable functions. */