Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp31 uint32_t bytes_transmitted) { in AddPacket() argument
39 m_packets[idx].bytes_transmitted = bytes_transmitted; in AddPacket()
49 uint32_t bytes_transmitted) { in AddPacket() argument
57 m_packets[idx].bytes_transmitted = bytes_transmitted; in AddPacket()
94 entry.packet_idx, entry.tid, entry.bytes_transmitted, in Dump()
H A DGDBRemoteCommunicationHistory.h39 uint32_t bytes_transmitted);
42 GDBRemotePacket::Type type, uint32_t bytes_transmitted);
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DGDBRemote.h63 bytes_transmitted = 0; in Clear()
76 uint32_t bytes_transmitted = 0; member
/llvm-project-15.0.7/lldb/source/Utility/
H A DGDBRemote.cpp63 bytes_transmitted, GetTypeStr().data(), packet.data.c_str()); in Dump()
88 io.mapRequired("bytes", Packet.bytes_transmitted); in mapping()