Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dtarget.h366 int (*to_insert_exec_catchpoint) (int); member
772 (*current_target.to_insert_exec_catchpoint) (pid)
H A Dtarget.c419 INHERIT (to_insert_exec_catchpoint, t); in update_current_target()
581 de_fault (to_insert_exec_catchpoint, in update_current_target()
2177 retval = debug_target.to_insert_exec_catchpoint (pid); in debug_to_insert_exec_catchpoint()
2389 current_target.to_insert_exec_catchpoint = debug_to_insert_exec_catchpoint; in setup_target_debug()
H A Dinftarg.c651 child_ops.to_insert_exec_catchpoint = child_insert_exec_catchpoint; in init_child_ops()
H A Dlin-lwp.c1772 lin_lwp_ops.to_insert_exec_catchpoint = child_insert_exec_catchpoint; in init_lin_lwp_ops()