Home
last modified time | relevance | path

Searched refs:disp_del_at_next_stop (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Dbreakpoint.h175 disp_del_at_next_stop, /* Delete at next stop, whether hit or not */ enumerator
Dbreakpoint.c887 && bpt->owner->disposition != disp_del_at_next_stop) in insert_bp_location()
997 bpt->owner->related_breakpoint->disposition = disp_del_at_next_stop; in insert_bp_location()
998 bpt->owner->disposition = disp_del_at_next_stop; in insert_bp_location()
2577 b->related_breakpoint->disposition = disp_del_at_next_stop; in watchpoint_check()
2578 b->disposition = disp_del_at_next_stop; in watchpoint_check()
2735 b->related_breakpoint->disposition = disp_del_at_next_stop; in bpstat_stop_status()
2736 b->disposition = disp_del_at_next_stop; in bpstat_stop_status()
2813 b->related_breakpoint->disposition = disp_del_at_next_stop; in bpstat_stop_status()
2814 b->disposition = disp_del_at_next_stop; in bpstat_stop_status()
6834 if (b->disposition == disp_del_at_next_stop) in breakpoint_auto_delete()