Home
last modified time | relevance | path

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

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