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.h126 m_continue_once_attached(false), m_detach_on_error(true), in ProcessAttachInfo()
131 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()
181 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError()
183 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError()
195 bool m_detach_on_error = variable