Home
last modified time | relevance | path

Searched refs:bytes_transmitted (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationHistory.cpp32 uint32_t bytes_transmitted) { in AddPacket() argument
40 m_packets[idx].bytes_transmitted = bytes_transmitted; in AddPacket()
50 uint32_t bytes_transmitted) { in AddPacket() argument
58 m_packets[idx].bytes_transmitted = bytes_transmitted; in AddPacket()
95 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
DGDBRemoteCommunicationHistory.h39 uint32_t bytes_transmitted);
42 GDBRemotePacket::Type type, uint32_t bytes_transmitted);
/external/llvm-project/lldb/include/lldb/Utility/
DGDBRemote.h59 : packet(), type(ePacketTypeInvalid), bytes_transmitted(0), packet_idx(0), in GDBRemotePacket()
65 bytes_transmitted = 0; in Clear()
78 uint32_t bytes_transmitted; member
/external/llvm-project/lldb/source/Utility/
DGDBRemote.cpp63 bytes_transmitted, GetTypeStr().data(), packet.data.c_str()); in Dump()
88 io.mapRequired("bytes", Packet.bytes_transmitted); in mapping()