Searched refs:GetRemoteMaxPacketSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h331 uint64_t GetRemoteMaxPacketSize();
H A DGDBRemoteCommunicationClient.cpp195 uint64_t GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() { function in class:GDBRemoteCommunicationClient
673 if (response_size > GetRemoteMaxPacketSize()) { // May send qSupported packet
674 response_size = GetRemoteMaxPacketSize();
3701 uint64_t size = GetRemoteMaxPacketSize();
H A DProcessGDBRemote.cpp4169 uint64_t stub_max_size = m_gdb_comm.GetRemoteMaxPacketSize();

Completed in 273 milliseconds