Searched defs:GetDetachOnError (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/ | ||
H A D | ProcessLaunchInfo.h | 129 bool GetDetachOnError() const { in GetDetachOnError() function |
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBLaunchInfo.cpp | 328 bool SBLaunchInfo::GetDetachOnError() const { in GetDetachOnError() function in SBLaunchInfo |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ | ||
H A D | Process.h | 181 bool GetDetachOnError() const { return m_detach_on_error; } GetDetachOnError() function |
/freebsd-src/contrib/llvm-project/lldb/source/Target/ | ||
H A D | Target.cpp | 4325 bool TargetProperties::GetDetachOnError() const { GetDetachOnError() function in TargetProperties |
/freebsd-src/contrib/llvm-project/lldb/source/Core/ | ||
H A D | IOHandlerCursesGUI.cpp | 3457 void GetDetachOnError(ProcessLaunchInfo &launch_info) { in GetDetachOnError() function in curses::ProcessLaunchFormDelegate |