Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DProcessLaunchInfo.h147 bool IsScriptedProcess() const { in IsScriptedProcess() function
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp3114 if (launch_info.IsScriptedProcess()) { in Launch()
3161 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) { in Launch()