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