Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.h43 if (m_total_packet_count < m_packets.size()) in GetFirstSavedPacketIndex()
50 if (m_total_packet_count < m_packets.size()) in GetNumPacketsInHistory()
51 return m_total_packet_count; in GetNumPacketsInHistory()
57 ++m_total_packet_count; in GetNextIndex()
69 uint32_t m_total_packet_count = 0; variable
H A DGDBRemoteCommunicationHistory.cpp39 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()
55 m_packets[idx].packet_idx = m_total_packet_count; in AddPacket()