Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h119 m_continue_once_attached(false), m_detach_on_error(true), in ProcessAttachInfo()
141 bool GetContinueOnceAttached() const { return m_continue_once_attached; } in GetContinueOnceAttached()
143 void SetContinueOnceAttached(bool b) { m_continue_once_attached = b; } in SetContinueOnceAttached()
163 m_continue_once_attached = false; in Clear()
202 bool m_continue_once_attached = false; // Supports the use-case scenario of variable