Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dinf-child.c208 t->to_insert_exec_catchpoint = inf_child_insert_exec_catchpoint; in inf_child_target()
Dtarget.h366 void (*to_insert_exec_catchpoint) (int); member
758 (*current_target.to_insert_exec_catchpoint) (pid)
Dtarget.c426 INHERIT (to_insert_exec_catchpoint, t); in update_current_target()
585 de_fault (to_insert_exec_catchpoint, in update_current_target()
2361 debug_target.to_insert_exec_catchpoint (pid); in debug_to_insert_exec_catchpoint()
2551 current_target.to_insert_exec_catchpoint = debug_to_insert_exec_catchpoint; in setup_target_debug()
Dinftarg.c610 deprecated_child_ops.to_insert_exec_catchpoint = child_insert_exec_catchpoint; in init_child_ops()
Dlinux-nat.c2406 linux_nat_ops.to_insert_exec_catchpoint = child_insert_exec_catchpoint; in init_linux_nat_ops()