Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h356 case eWatchpointWrite: return m_supports_z2; in SupportsGDBStoppointPacket()
540 m_supports_z2:1, variable
DGDBRemoteCommunicationClient.cpp79 m_supports_z2 (true), in GDBRemoteCommunicationClient()
308 m_supports_z2 = true; in ResetDiscoverableSettings()
2712 case eWatchpointWrite: m_supports_z2 = false; break; in SendGDBStoppointTypePacket()