Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinfrun.c635 bpstat_clear (&stop_bpstat); in clear_proceed_status()
1776 bpstat_clear (&stop_bpstat); in handle_inferior_event()
1840 bpstat_clear (&stop_bpstat); in handle_inferior_event()
2214 bpstat_clear (&stop_bpstat); in handle_inferior_event()
2216 bpstat_clear (&ecs->stepping_through_solib_catchpoints); in handle_inferior_event()
3533 bpstat_clear (&stop_bpstat); in restore_inferior_status()
3590 bpstat_clear (&inf_status->stop_bpstat); in discard_inferior_status()
H A Dbreakpoint.h412 extern void bpstat_clear (bpstat *);
H A Dbreakpoint.c1845 bpstat_clear (bpstat *bsp) in bpstat_clear() function
3222 bpstat_clear (cp_list); in bpstat_get_triggered_catchpoints()
H A DChangeLog-1990259 bpstat_clear, not the bpstat itself.
1478 (clear_proceed_status): Cleanup, use bpstat_clear rather
1491 (bpstat_clear): Handle NULL argument.
H A DChangeLog-19982303 (add_thread): Remove call to bpstat_clear, initialize
H A DChangeLog-19932696 bpstat_clear (&inf_status.stop_bpstat).
H A DChangeLog-20024430 (bpstat_clear): Free the commands struct.
H A DChangeLog-200312456 as the old value, to match what is freed in bpstat_clear.