Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h304 case eWatchpointReadWrite: return m_supports_z4; in SupportsGDBStoppointPacket()
391 m_supports_z4:1; variable
DGDBRemoteCommunicationClient.cpp68 m_supports_z4 (true), in GDBRemoteCommunicationClient()
211 m_supports_z4 = true; in ResetDiscoverableSettings()
2250 case eWatchpointReadWrite: if (!m_supports_z4) return UINT8_MAX; break; in SendGDBStoppointTypePacket()
2279 case eWatchpointReadWrite: m_supports_z4 = false; break; in SendGDBStoppointTypePacket()