Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h301 case eBreakpointHardware: return m_supports_z1; in SupportsGDBStoppointPacket()
388 m_supports_z1:1, variable
DGDBRemoteCommunicationClient.cpp65 m_supports_z1 (true), in GDBRemoteCommunicationClient()
208 m_supports_z1 = true; in ResetDiscoverableSettings()
2247 case eBreakpointHardware: if (!m_supports_z1) return UINT8_MAX; break; in SendGDBStoppointTypePacket()
2276 case eBreakpointHardware: m_supports_z1 = false; break; in SendGDBStoppointTypePacket()