Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h288 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
H A DGDBRemoteCommunicationClient.cpp2439 uint32_t max_send, in TestPacketSpeed() argument
2459 for (send_size = 0; send_size <= max_send; in TestPacketSpeed()
H A DProcessGDBRemote.cpp5288 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute() local
5294 num_packets, max_send, max_recv, k_recv_amount, json, in DoExecute()