Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationHistory.h52 if (m_total_packet_count < m_packets.size()) in GetFirstSavedPacketIndex()
59 if (m_total_packet_count < m_packets.size()) in GetNumPacketsInHistory()
60 return m_total_packet_count; in GetNumPacketsInHistory()
66 ++m_total_packet_count; in GetNextIndex()
78 uint32_t m_total_packet_count; variable
DGDBRemoteCommunicationHistory.cpp22 : m_packets(), m_curr_idx(0), m_total_packet_count(0), in GDBRemoteCommunicationHistory()
41 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
59 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()