Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h189 if (m_total_packet_count < m_packets.size()) in GetFirstSavedPacketIndex()
198 if (m_total_packet_count < m_packets.size()) in GetNumPacketsInHistory()
199 return m_total_packet_count; in GetNumPacketsInHistory()
207 ++m_total_packet_count; in GetNextIndex()
222 uint32_t m_total_packet_count; variable
DGDBRemoteCommunication.cpp38 m_total_packet_count (0), in History()
60 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
78 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()