Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h103 m_detach_on_error(true), m_async(false) {} in ProcessAttachInfo()
109 m_detach_on_error(true), m_async(false) { in ProcessAttachInfo()
115 m_detach_on_error = launch_info.GetDetachOnError(); in ProcessAttachInfo()
169 bool GetDetachOnError() const { return m_detach_on_error; } in GetDetachOnError()
171 void SetDetachOnError(bool enable) { m_detach_on_error = enable; } in SetDetachOnError()
192 bool m_detach_on_error; // If we are debugging remotely, instruct the stub to variable