Home
last modified time | relevance | path

Searched refs:eWatchpointRead (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h29 eWatchpointRead, enumerator
303 case eWatchpointRead: return m_supports_z3; in SupportsGDBStoppointPacket()
DGDBRemoteCommunicationClient.cpp2249 case eWatchpointRead: if (!m_supports_z3) return UINT8_MAX; break; in SendGDBStoppointTypePacket()
2278 case eWatchpointRead: m_supports_z3 = false; break; in SendGDBStoppointTypePacket()
DProcessGDBRemote.cpp2324 return eWatchpointRead; in GetGDBStoppointType()