Searched refs:follow_child (Results 1 – 4 of 4) sorted by relevance
764 #define target_follow_fork(follow_child) \ argument765 (*current_target.to_follow_fork) (follow_child)
430 child_follow_fork (int follow_child) in child_follow_fork() argument
2162 debug_to_follow_fork (int follow_child) in debug_to_follow_fork() argument2164 int retval = debug_target.to_follow_fork (follow_child); in debug_to_follow_fork()2167 follow_child, retval); in debug_to_follow_fork()
356 int follow_child = (follow_fork_mode_string == follow_fork_mode_child); in follow_fork() local358 return target_follow_fork (follow_child); in follow_fork()