Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dtarget.h361 int (*to_insert_fork_catchpoint) (int); member
745 (*current_target.to_insert_fork_catchpoint) (pid)
H A Dtarget.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()
H A Dinftarg.c646 child_ops.to_insert_fork_catchpoint = child_insert_fork_catchpoint; in init_child_ops()
H A Dlin-lwp.c1770 lin_lwp_ops.to_insert_fork_catchpoint = child_insert_fork_catchpoint; in init_lin_lwp_ops()