Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dbreakpoint.c114 static void cleanup_executing_breakpoints (void *);
2008 cleanup_executing_breakpoints (void *ignore) in cleanup_executing_breakpoints() function
2030 old_chain = make_cleanup (cleanup_executing_breakpoints, 0); in bpstat_do_actions()