* inferior.h (stop_bpstat): Delete.
[deliverable/binutils-gdb.git] / gdb / inferior.h
index 5555e91c7211747fbd755b9fea67b2f0d1afe47c..f39cc2c179765220e8ecd559d8d9ffba6b9e3ccd 100644 (file)
@@ -287,10 +287,6 @@ extern enum target_signal stop_signal;
 
 extern CORE_ADDR stop_pc;
 
-/* Chain containing status of breakpoint(s) that we have stopped at.  */
-
-extern bpstat stop_bpstat;
-
 /* Flag indicating that a command has proceeded the inferior past the
    current breakpoint.  */
 
@@ -319,8 +315,6 @@ enum step_over_calls_kind
     STEP_OVER_UNDEBUGGABLE
   };
 
-extern enum step_over_calls_kind step_over_calls;
-
 /* If stepping, nonzero means step count is > 1
    so don't print frame next time inferior stops
    if it stops due to stepping.  */
This page took 0.023695 seconds and 4 git commands to generate.