Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinf-child.c208 t->to_insert_vfork_catchpoint = inf_child_insert_vfork_catchpoint; in inf_child_target()
H A Dtarget.h363 int (*to_insert_vfork_catchpoint) (int); member
736 (*current_target.to_insert_vfork_catchpoint) (pid)
H A Dtarget.c421 INHERIT (to_insert_vfork_catchpoint, t); in update_current_target()
574 de_fault (to_insert_vfork_catchpoint, in update_current_target()
2291 retval = debug_target.to_insert_vfork_catchpoint (pid); in debug_to_insert_vfork_catchpoint()
2517 current_target.to_insert_vfork_catchpoint = debug_to_insert_vfork_catchpoint; in setup_target_debug()
H A Dinftarg.c613 deprecated_child_ops.to_insert_vfork_catchpoint = child_insert_vfork_catchpoint; in init_child_ops()
H A Dlinux-nat.c2344 linux_nat_ops.to_insert_vfork_catchpoint = child_insert_vfork_catchpoint; in init_linux_nat_ops()