Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.h551 extern void bpstat_clear_actions (bpstat);
H A Dtop.c321 bpstat_clear_actions (stop_bpstat); /* Clear queued breakpoint commands */ in throw_exception()
H A DChangeLog-19901492 (bpstat_clear_actions): Avoid useless call to
1502 main.c (return_to_top_level): Cleanup: call bpstat_clear_actions,
H A Dbreakpoint.c1972 bpstat_clear_actions (bpstat bs) in bpstat_clear_actions() function
H A DChangeLog-1998152 (delete_breakpoint): Don't call bpstat_clear_actions, instead
H A DChangeLog-20024431 (bpstat_clear_actions): Free the commands struct.