Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h129 bool GetDetachOnError() const { in GetDetachOnError() function
/llvm-project/lldb/tools/debugserver/source/
H A DRNBContext.h120 bool GetDetachOnError() { return m_detach_on_error; } in GetDetachOnError() function
/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp328 bool SBLaunchInfo::GetDetachOnError() const { in GetDetachOnError() function in SBLaunchInfo
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h183 bool GetDetachOnError() const { return m_detach_on_error; } GetDetachOnError() function
/llvm-project/lldb/source/Target/
H A DTarget.cpp4306 bool TargetProperties::GetDetachOnError() const { GetDetachOnError() function in TargetProperties
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3457 void GetDetachOnError(ProcessLaunchInfo &launch_info) { in GetDetachOnError() function in curses::ProcessLaunchFormDelegate