Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h145 bool GetDetachOnError() const { in GetDetachOnError() function
/external/llvm-project/lldb/tools/debugserver/source/
DRNBContext.h125 bool GetDetachOnError() { return m_detach_on_error; } in GetDetachOnError() function
/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp340 bool SBLaunchInfo::GetDetachOnError() const { in GetDetachOnError() function in SBLaunchInfo
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h183 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError() function
/external/llvm-project/lldb/source/Target/
DTarget.cpp3814 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError() function in TargetProperties