Home
last modified time | relevance | path

Searched refs:max_send (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h298 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
H A DGDBRemoteCommunicationClient.cpp2442 uint32_t max_send, in TestPacketSpeed() argument
2462 for (send_size = 0; send_size <= max_send; in TestPacketSpeed()
H A DProcessGDBRemote.cpp4954 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute() local
4960 num_packets, max_send, max_recv, k_recv_amount, json, in DoExecute()