Home
last modified time | relevance | path

Searched defs:max_send (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2439 TestPacketSpeed(const uint32_t num_packets,uint32_t max_send,uint32_t max_recv,uint64_t recv_amount,bool json,Stream & strm) TestPacketSpeed() argument
H A DProcessGDBRemote.cpp5288 const uint64_t max_send = m_max_send.GetOptionValue().GetCurrentValue(); DoExecute() local