Home
last modified time | relevance | path

Searched refs:GetLaunchInSeparateProcessGroup (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h86 bool GetLaunchInSeparateProcessGroup() const { in GetLaunchInSeparateProcessGroup() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1033 if (launch_info.GetLaunchInSeparateProcessGroup()) { in StartDebugserverProcess()