Home
last modified time | relevance | path

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

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