Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-enumerations.h179 eFollowChild, // Follow child process enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.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-14-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp151 eFollowChild,