Lines Matching refs:stop_pc
104 CORE_ADDR stop_pc = (*the_low_target.get_pc) (); in get_stop_pc() local
107 return stop_pc; in get_stop_pc()
109 return stop_pc - the_low_target.decr_pc_after_break; in get_stop_pc()
269 CORE_ADDR stop_pc; in check_removed_breakpoint() local
281 stop_pc = get_stop_pc (); in check_removed_breakpoint()
286 if (stop_pc != event_child->pending_stop_pc) in check_removed_breakpoint()
297 if ((*the_low_target.breakpoint_at) (stop_pc)) in check_removed_breakpoint()
312 (*the_low_target.set_pc) (stop_pc); in check_removed_breakpoint()
396 CORE_ADDR stop_pc; in fbsd_wait_for_event() local
519 stop_pc = get_stop_pc (); in fbsd_wait_for_event()
540 if (check_breakpoints (stop_pc) != 0) in fbsd_wait_for_event()
546 event_child->pending_stop_pc = stop_pc; in fbsd_wait_for_event()
568 event_child->bp_reinsert = stop_pc; in fbsd_wait_for_event()
569 uninsert_breakpoint (stop_pc); in fbsd_wait_for_event()
575 (stop_pc, (*the_low_target.breakpoint_reinsert_addr) ()); in fbsd_wait_for_event()
605 if ((*the_low_target.breakpoint_at) (stop_pc)) in fbsd_wait_for_event()
608 event_child->pending_stop_pc = stop_pc; in fbsd_wait_for_event()