Home
last modified time | relevance | path

Searched defs:SetDetachOnError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp192 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp322 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h185 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1978 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4312 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties