Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDtarget.h361 int (*to_insert_fork_catchpoint) (int); member
745 (*current_target.to_insert_fork_catchpoint) (pid)
HDtarget.c414 INHERIT (to_insert_fork_catchpoint, t); in update_current_target()
566 de_fault (to_insert_fork_catchpoint, in update_current_target()
2114 retval = debug_target.to_insert_fork_catchpoint (pid); in debug_to_insert_fork_catchpoint()
2384 current_target.to_insert_fork_catchpoint = debug_to_insert_fork_catchpoint; in setup_target_debug()
HDinftarg.c646 child_ops.to_insert_fork_catchpoint = child_insert_fork_catchpoint; in init_child_ops()
HDlin-lwp.c1770 lin_lwp_ops.to_insert_fork_catchpoint = child_insert_fork_catchpoint; in init_lin_lwp_ops()