summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/infcmd.c5
2 files changed, 4 insertions, 5 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 655e7edc0e..0f26c12c1d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2013-02-14 Yao Qi <yao@codesourcery.com>
+ * infcmd.c (breakpoint_proceeded): Remove it.
+
+2013-02-14 Yao Qi <yao@codesourcery.com>
+
* tracepoint.c (end_actions_pseudocommand): Make it static.
(while_stepping_pseudocommand): Likewise.
* tracepoint.h (end_actions_pseudocommand): Remove the
diff --git a/gdb/infcmd.c b/gdb/infcmd.c
index f7ce69a94e..1ef3b48715 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;
OpenPOWER on IntegriCloud