Home
last modified time | relevance | path

Searched refs:m_detach_on_error (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DRNBContext.h119 void SetDetachOnError(bool detach) { m_detach_on_error = detach; } in SetDetachOnError()
120 bool GetDetachOnError() { return m_detach_on_error; } in GetDetachOnError()
150 bool m_detach_on_error = false; variable
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h130 m_continue_once_attached(false), m_detach_on_error(true), in ProcessAttachInfo()
135 m_detach_on_error = launch_info.GetDetachOnError();
185 bool GetDetachOnError() const { return m_detach_on_error; } in SetDetachOnError()
187 void SetDetachOnError(bool enable) { m_detach_on_error = enable; }
199 bool m_detach_on_error =
197 bool m_detach_on_error = global() variable