Searched refs:m_supports_p (Results 1 – 2 of 2) sorted by relevance
546 LazyBool m_supports_p; variable
78 m_supports_p(eLazyBoolCalculate), m_supports_x(eLazyBoolCalculate), in GDBRemoteCommunicationClient()284 m_supports_p = eLazyBoolCalculate; in ResetDiscoverableSettings()553 if (m_supports_p == eLazyBoolCalculate) in GetpPacketSupported()554 m_supports_p = GetThreadPacketSupported(tid, "p0"); in GetpPacketSupported()555 return m_supports_p; in GetpPacketSupported()