Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dinf-child.c205 t->to_insert_vfork_catchpoint = inf_child_insert_vfork_catchpoint; in inf_child_target()
Dtarget.h363 void (*to_insert_vfork_catchpoint) (int); member
737 (*current_target.to_insert_vfork_catchpoint) (pid)
Dtarget.c423 INHERIT (to_insert_vfork_catchpoint, t); in update_current_target()
576 de_fault (to_insert_vfork_catchpoint, in update_current_target()
2328 debug_target.to_insert_vfork_catchpoint (pid); in debug_to_insert_vfork_catchpoint()
2548 current_target.to_insert_vfork_catchpoint = debug_to_insert_vfork_catchpoint; in setup_target_debug()
Dinftarg.c607 deprecated_child_ops.to_insert_vfork_catchpoint = child_insert_vfork_catchpoint; in init_child_ops()
Dlinux-nat.c2405 linux_nat_ops.to_insert_vfork_catchpoint = child_insert_vfork_catchpoint; in init_linux_nat_ops()