Searched refs:m_attach_or_wait_reply (Results 1 – 2 of 2) sorted by relevance
57 m_attach_or_wait_reply(eLazyBoolCalculate), in GDBRemoteCommunicationClient()147 if (m_attach_or_wait_reply == eLazyBoolCalculate) in GetVAttachOrWaitSupported()149 m_attach_or_wait_reply = eLazyBoolNo; in GetVAttachOrWaitSupported()155 m_attach_or_wait_reply = eLazyBoolYes; in GetVAttachOrWaitSupported()158 if (m_attach_or_wait_reply == eLazyBoolYes) in GetVAttachOrWaitSupported()200 m_attach_or_wait_reply = eLazyBoolCalculate; in ResetDiscoverableSettings()
378 lldb_private::LazyBool m_attach_or_wait_reply; variable