From 53778a978f6a16eddc0532b0f6990c586612ce2c Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Thu, 14 Feb 2013 04:00:16 +0000 Subject: [PATCH] gdb/ * infcmd.c (breakpoint_proceeded): Remove it. --- gdb/ChangeLog | 4 ++++ gdb/infcmd.c | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 655e7edc0e7..0f26c12c1d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-02-14 Yao Qi + + * infcmd.c (breakpoint_proceeded): Remove it. + 2013-02-14 Yao Qi * tracepoint.c (end_actions_pseudocommand): Make it static. diff --git a/gdb/infcmd.c b/gdb/infcmd.c index f7ce69a94ef..1ef3b487152 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; -- 2.30.2