Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.h176 disp_del_at_next_stop, /* Delete at next stop, whether hit or not */ enumerator
H A Dbreakpoint.c907 && bpt->owner->disposition != disp_del_at_next_stop) in insert_bp_location()
1018 bpt->owner->related_breakpoint->disposition = disp_del_at_next_stop; in insert_bp_location()
1019 bpt->owner->disposition = disp_del_at_next_stop; in insert_bp_location()
2556 b->related_breakpoint->disposition = disp_del_at_next_stop; in watchpoint_check()
2557 b->disposition = disp_del_at_next_stop; in watchpoint_check()
2728 b->related_breakpoint->disposition = disp_del_at_next_stop; in bpstat_stop_status()
2729 b->disposition = disp_del_at_next_stop; in bpstat_stop_status()
2805 b->related_breakpoint->disposition = disp_del_at_next_stop; in bpstat_stop_status()
2806 b->disposition = disp_del_at_next_stop; in bpstat_stop_status()
6933 if (b->disposition == disp_del_at_next_stop) in breakpoint_auto_delete()