Searched refs:breakpoints_inserted (Results 1 – 3 of 3) sorted by relevance
241 static int breakpoints_inserted; variable531 if (CANNOT_STEP_HW_WATCHPOINTS && step && breakpoints_inserted) in resume()585 || (!breakpoints_inserted && breakpoint_here_p (read_pc ())))) in resume()608 if (step && breakpoints_inserted && breakpoint_here_p (read_pc ())) in resume()765 breakpoints_inserted = 1; in proceed()856 breakpoints_inserted = 0; in init_wait_for_inferior()1314 if (breakpoints_inserted) in handle_inferior_event()1341 if (breakpoints_inserted) in handle_inferior_event()1593 if (breakpoints_inserted && breakpoint_here_p (stop_pc)) in handle_inferior_event()1658 breakpoints_inserted = 0; in handle_inferior_event()[all …]
1839 * infrun.c (breakpoints_inserted): Make it static again.
4686 stepping, breakpoint_here_p and breakpoints_inserted.