Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h302 case eWatchpointWrite: return m_supports_z2; in SupportsGDBStoppointPacket()
389 m_supports_z2:1, variable
DGDBRemoteCommunicationClient.cpp66 m_supports_z2 (true), in GDBRemoteCommunicationClient()
209 m_supports_z2 = true; in ResetDiscoverableSettings()
2248 case eWatchpointWrite: if (!m_supports_z2) return UINT8_MAX; break; in SendGDBStoppointTypePacket()
2277 case eWatchpointWrite: m_supports_z2 = false; break; in SendGDBStoppointTypePacket()