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.h179 eFollowChild, // Follow child process enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5752 case eFollowChild: in DidFork()
5772 if (GetFollowForkMode() == eFollowChild) in DidFork()
5792 if (GetFollowForkMode() == eFollowChild) { in DidFork()
5820 case eFollowChild: in DidVFork()
5853 if (GetFollowForkMode() == eFollowChild) { in DidVFork()
5871 if (GetFollowForkMode() == eFollowChild) { in DidExec()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp151 eFollowChild,