Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h128 m_continue_once_attached(false), m_detach_on_error(true), in ProcessAttachInfo()
133 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()
183 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError()
185 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError()
197 bool m_detach_on_error = variable