Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h300 case eBreakpointSoftware: return m_supports_z0; in SupportsGDBStoppointPacket()
387 m_supports_z0:1, variable
DGDBRemoteCommunicationClient.cpp64 m_supports_z0 (true), in GDBRemoteCommunicationClient()
207 m_supports_z0 = true; in ResetDiscoverableSettings()
2246 case eBreakpointSoftware: if (!m_supports_z0) return UINT8_MAX; break; in SendGDBStoppointTypePacket()
2275 case eBreakpointSoftware: m_supports_z0 = false; break; in SendGDBStoppointTypePacket()