Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinf-child.c211 t->to_insert_exec_catchpoint = inf_child_insert_exec_catchpoint; in inf_child_target()
H A Dtarget.h366 int (*to_insert_exec_catchpoint) (int); member
757 (*current_target.to_insert_exec_catchpoint) (pid)
H A Dtarget.c424 INHERIT (to_insert_exec_catchpoint, t); in update_current_target()
583 de_fault (to_insert_exec_catchpoint, in update_current_target()
2328 retval = debug_target.to_insert_exec_catchpoint (pid); in debug_to_insert_exec_catchpoint()
2520 current_target.to_insert_exec_catchpoint = debug_to_insert_exec_catchpoint; in setup_target_debug()
H A Dinftarg.c616 deprecated_child_ops.to_insert_exec_catchpoint = child_insert_exec_catchpoint; in init_child_ops()
H A Dlinux-nat.c2345 linux_nat_ops.to_insert_exec_catchpoint = child_insert_exec_catchpoint; in init_linux_nat_ops()