HomeSort by relevance Sort by last modified time
    Searched refs:m_total_packet_count (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.h 189 if (m_total_packet_count < m_packets.size())
198 if (m_total_packet_count < m_packets.size())
199 return m_total_packet_count;
207 ++m_total_packet_count;
222 uint32_t m_total_packet_count; member in class:GDBRemoteCommunication::History
GDBRemoteCommunication.cpp 38 m_total_packet_count (0),
60 m_packets[idx].packet_idx = m_total_packet_count;
78 m_packets[idx].packet_idx = m_total_packet_count;

Completed in 515 milliseconds