Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBContext.h119 void SetDetachOnError(bool detach) { m_detach_on_error = detach; } in SetDetachOnError() function
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp196 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp319 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h184 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1969 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4218 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties