Searched refs:packet_idx (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp41 m_packets[idx].packet_idx = m_total_packet_count;
59 m_packets[idx].packet_idx = m_total_packet_count;
75 strm.Printf("history[%u] ", entry.packet_idx);
95 entry.packet_idx, entry.tid, entry.bytes_transmitted,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h59 : packet(), type(ePacketTypeInvalid), bytes_transmitted(0), packet_idx(0),
66 packet_idx = 0;
79 uint32_t packet_idx; member in struct:lldb_private::GDBRemotePacket
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp89 io.mapRequired("index", Packet.packet_idx);

Completed in 118 milliseconds