Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.h124 void SetDetachOnError(bool detach) { m_detach_on_error = detach; } in SetDetachOnError() function
/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp334 void SBLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in SBLaunchInfo
/external/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp203 void ProcessLaunchInfo::SetDetachOnError(bool enable) { in SetDetachOnError() function in ProcessLaunchInfo
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h185 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError() function
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp1896 int GDBRemoteCommunicationClient::SetDetachOnError(bool enable) { in SetDetachOnError() function in GDBRemoteCommunicationClient
/external/llvm-project/lldb/source/Target/
DTarget.cpp3820 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError() function in TargetProperties