Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dinf-child.c409 t->to_follow_fork = inf_child_follow_fork; in inf_child_target()
H A Dinf-ptrace.c691 t->to_follow_fork = inf_ptrace_follow_fork; in inf_ptrace_target()
H A Dtarget.h509 int (*to_follow_fork) (struct target_ops *, int); member
H A Dtarget.c2798 if (t->to_follow_fork != NULL) in target_follow_fork()
2800 int retval = t->to_follow_fork (t, follow_child); in target_follow_fork()