Searched refs:follow_child (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dtarget.h767 #define target_follow_fork(follow_child) \
768 (*current_target.to_follow_fork) (follow_child)
H A Dinftarg.c430 child_follow_fork (int follow_child) argument
H A Dtarget.c2167 debug_to_follow_fork (int follow_child)
2169 int retval = debug_target.to_follow_fork (follow_child);
2172 follow_child, retval);
2162 debug_to_follow_fork(int follow_child) argument
H A Dinfrun.c357 int follow_child = (follow_fork_mode_string == follow_fork_mode_child);
359 return target_follow_fork (follow_child);
356 int follow_child = (follow_fork_mode_string == follow_fork_mode_child); local

Completed in 62 milliseconds