Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h90 bool IsScriptedProcess() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp116 bool ProcessInfo::IsScriptedProcess() const { in IsScriptedProcess() function in ProcessInfo
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3200 if (process_info.IsScriptedProcess()) { in SaveScriptedLaunchInfo()
3274 platform_sp->CanDebugProcess() && !launch_info.IsScriptedProcess()) { in Launch()
3453 platform_sp->CanDebugProcess() && !attach_info.IsScriptedProcess()) { in Attach()
H A DProcess.cpp2523 if (!launch_info.GetExecutableFile() && !launch_info.IsScriptedProcess()) { in LaunchPrivate()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp439 !attach_info.IsScriptedProcess()) { in Attach()