Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDtarget.h363 int (*to_insert_vfork_catchpoint) (int); member
751 (*current_target.to_insert_vfork_catchpoint) (pid)
HDtarget.c416 INHERIT (to_insert_vfork_catchpoint, t); in update_current_target()
572 de_fault (to_insert_vfork_catchpoint, in update_current_target()
2140 retval = debug_target.to_insert_vfork_catchpoint (pid); in debug_to_insert_vfork_catchpoint()
2386 current_target.to_insert_vfork_catchpoint = debug_to_insert_vfork_catchpoint; in setup_target_debug()
HDinftarg.c648 child_ops.to_insert_vfork_catchpoint = child_insert_vfork_catchpoint; in init_child_ops()
HDlin-lwp.c1771 lin_lwp_ops.to_insert_vfork_catchpoint = child_insert_vfork_catchpoint; in init_lin_lwp_ops()