Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h172 eFollowChild, // Follow child process enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5575 case eFollowChild: in DidFork()
5595 if (GetFollowForkMode() == eFollowChild) in DidFork()
5615 if (GetFollowForkMode() == eFollowChild) { in DidFork()
5640 case eFollowChild: in DidVFork()
5673 if (GetFollowForkMode() == eFollowChild) { in DidVFork()
5691 if (GetFollowForkMode() == eFollowChild) in DidExec()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp121 eFollowChild,