Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDtarget.h764 #define target_follow_fork(follow_child) \ argument
765 (*current_target.to_follow_fork) (follow_child)
HDinftarg.c430 child_follow_fork (int follow_child) in child_follow_fork() argument
HDtarget.c2162 debug_to_follow_fork (int follow_child) in debug_to_follow_fork() argument
2164 int retval = debug_target.to_follow_fork (follow_child); in debug_to_follow_fork()
2167 follow_child, retval); in debug_to_follow_fork()
HDinfrun.c356 int follow_child = (follow_fork_mode_string == follow_fork_mode_child); in follow_fork() local
358 return target_follow_fork (follow_child); in follow_fork()