gdb/
authorYao Qi <yao@codesourcery.com>
Thu, 14 Feb 2013 04:00:16 +0000 (04:00 +0000)
committerYao Qi <yao@codesourcery.com>
Thu, 14 Feb 2013 04:00:16 +0000 (04:00 +0000)
* infcmd.c (breakpoint_proceeded): Remove it.

gdb/ChangeLog
gdb/infcmd.c

index 655e7edc0e7b4bae4a2bb282a1a3e56c0630d17e..0f26c12c1d2ea97d8c3a1cfa9c0c3e53f2807c4f 100644 (file)
@@ -1,3 +1,7 @@
+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.
index f7ce69a94ef550ae61006b1cc38b34530eaaff82..1ef3b48715212e93c78b893438bd7745907a258c 100644 (file)
@@ -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;
This page took 0.041831 seconds and 4 git commands to generate.