Browse Source

gdb/

* infcmd.c (breakpoint_proceeded): Remove it.
gdb_7_6-branch
Yao Qi 14 years ago
parent
commit
53778a978f
  1. 4
      gdb/ChangeLog
  2. 5
      gdb/infcmd.c

4
gdb/ChangeLog

@ -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.

5
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;

Loading…
Cancel
Save