Searched refs:m_supports_vCont_C (Results 1 – 2 of 2) sorted by relevance
47 m_supports_vCont_C (eLazyBoolCalculate), in GDBRemoteCommunicationClient()192 m_supports_vCont_C = eLazyBoolCalculate; in ResetDiscoverableSettings()241 m_supports_vCont_C = eLazyBoolNo; in GetVContSupported()251 m_supports_vCont_C = eLazyBoolYes; in GetVContSupported()260 m_supports_vCont_C == eLazyBoolYes && in GetVContSupported()268 m_supports_vCont_C == eLazyBoolYes || in GetVContSupported()282 case 'C': return m_supports_vCont_C; in GetVContSupported()
368 lldb_private::LazyBool m_supports_vCont_C; variable