Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h150 bool IsScriptedProcess() const { in IsScriptedProcess() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2938 if (launch_info.IsScriptedProcess()) { in Launch()
2985 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) { in Launch()