Searched refs:m_supports_vCont_s (Results 1 – 2 of 2) sorted by relevance
48 m_supports_vCont_s (eLazyBoolCalculate), in GDBRemoteCommunicationClient()193 m_supports_vCont_s = eLazyBoolCalculate; in ResetDiscoverableSettings()242 m_supports_vCont_s = eLazyBoolNo; in GetVContSupported()254 m_supports_vCont_s = eLazyBoolYes; in GetVContSupported()261 m_supports_vCont_s == eLazyBoolYes && in GetVContSupported()269 m_supports_vCont_s == eLazyBoolYes || in GetVContSupported()283 case 's': return m_supports_vCont_s; in GetVContSupported()
369 lldb_private::LazyBool m_supports_vCont_s; variable