Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h84 bool GetLaunchInSeparateProcessGroup() const { in GetLaunchInSeparateProcessGroup() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp999 if (launch_info.GetLaunchInSeparateProcessGroup()) { in StartDebugserverProcess()