Home
last modified time | relevance | path

Searched refs:m_continue_once_attached (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()
148 bool GetContinueOnceAttached() const { return m_continue_once_attached; } in GetContinueOnceAttached()
150 void SetContinueOnceAttached(bool b) { m_continue_once_attached = b; } in SetContinueOnceAttached()
170 m_continue_once_attached = false; in Clear()
194 bool m_continue_once_attached = false; // Supports the use-case scenario of variable