Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DProcess.h841 m_continue_once_attached (false) in ProcessAttachInfo()
851 m_continue_once_attached (false) in ProcessAttachInfo()
885 return m_continue_once_attached; in GetContinueOnceAttached()
891 m_continue_once_attached = b; in SetContinueOnceAttached()
931 m_continue_once_attached = false; in Clear()
950 …bool m_continue_once_attached; // Supports the use-case scenario of immediately continuing the pro… variable