Searched defs:SetDetachOnError (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp203 void ProcessLaunchInfo::SetDetachOnError(bool enable) { function in class:ProcessLaunchInfo
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp333 void SBLaunchInfo::SetDetachOnError(bool enable) { function in class:SBLaunchInfo
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h182 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } function in class:lldb_private::ProcessAttachInfo
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3606 void TargetProperties::SetDetachOnError(bool b) { function in class:TargetProperties

Completed in 164 milliseconds