Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h303 case eWatchpointRead: return m_supports_z3; in SupportsGDBStoppointPacket()
390 m_supports_z3:1, variable
DGDBRemoteCommunicationClient.cpp67 m_supports_z3 (true), in GDBRemoteCommunicationClient()
210 m_supports_z3 = true; in ResetDiscoverableSettings()
2249 case eWatchpointRead: if (!m_supports_z3) return UINT8_MAX; break; in SendGDBStoppointTypePacket()
2278 case eWatchpointRead: m_supports_z3 = false; break; in SendGDBStoppointTypePacket()