Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDtarget.h365 int (*to_follow_fork) (int); member
765 (*current_target.to_follow_fork) (follow_child)
HDtarget.c418 INHERIT (to_follow_fork, t); in update_current_target()
578 de_fault (to_follow_fork, in update_current_target()
2164 int retval = debug_target.to_follow_fork (follow_child); in debug_to_follow_fork()
2388 current_target.to_follow_fork = debug_to_follow_fork; in setup_target_debug()
HDinftarg.c650 child_ops.to_follow_fork = child_follow_fork; in init_child_ops()