Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h291 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
H A DGDBRemoteCommunicationClient.cpp2447 uint32_t max_send, in TestPacketSpeed() argument
2467 for (send_size = 0; send_size <= max_send; in TestPacketSpeed()
H A DProcessGDBRemote.cpp4924 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); in DoExecute() local
4930 num_packets, max_send, max_recv, k_recv_amount, json, in DoExecute()