aboutsummaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2013-02-14 04:00:16 +0000
committerYao Qi <yao@codesourcery.com>2013-02-14 04:00:16 +0000
commit53778a978f6a16eddc0532b0f6990c586612ce2c (patch)
tree78de12e87881bdd49918438896739a7b7c6f0500 /gdb/infcmd.c
parent7b3ae3a66fc5e88b441ab616ef728e00d11c249e (diff)
downloadgdb-53778a978f6a16eddc0532b0f6990c586612ce2c.zip
gdb-53778a978f6a16eddc0532b0f6990c586612ce2c.tar.gz
gdb-53778a978f6a16eddc0532b0f6990c586612ce2c.tar.bz2
gdb/
* infcmd.c (breakpoint_proceeded): Remove it.
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r--gdb/infcmd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c
index f7ce69a..1ef3b48 100644
--- a/gdb/infcmd.c
+++ b/gdb/infcmd.c
@@ -137,11 +137,6 @@ ptid_t inferior_ptid;
CORE_ADDR stop_pc;
-/* Flag indicating that a command has proceeded the inferior past the
- current breakpoint. */
-
-int breakpoint_proceeded;
-
/* Nonzero if stopped due to completion of a stack dummy routine. */
enum stop_stack_kind stop_stack_dummy;