Searched refs:GetRemoteMaxPacketSize (Results 1 – 3 of 3) sorted by relevance
349 uint64_t GetRemoteMaxPacketSize();
202 uint64_t GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() { in GetRemoteMaxPacketSize() function in GDBRemoteCommunicationClient681 if (response_size > GetRemoteMaxPacketSize()) { // May send qSupported packet in SendPacketsAndConcatenateResponses()682 response_size = GetRemoteMaxPacketSize(); in SendPacketsAndConcatenateResponses()3818 uint64_t size = GetRemoteMaxPacketSize(); in ReadExtFeature()
4152 uint64_t stub_max_size = m_gdb_comm.GetRemoteMaxPacketSize(); in GetMaxMemorySize()