Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dbreakpoint.c133 static int remove_breakpoint (struct bp_location *, insertion_state_t);
983 remove_breakpoint (bpt, mark_uninserted); in insert_bp_location()
1168 val = remove_breakpoint (b, mark_uninserted); in remove_breakpoints()
1186 val = remove_breakpoint (b, mark_uninserted); in remove_hw_watchpoints()
1207 remove_breakpoint (b, mark_inserted); in reattach_breakpoints()
1375 val = remove_breakpoint (b, mark_inserted); in detach_breakpoints()
1388 remove_breakpoint (struct bp_location *b, insertion_state_t is) in remove_breakpoint() function
6874 remove_breakpoint (bpt->loc, mark_inserted); in delete_breakpoint()