Searched refs:GetRemoteMaxPacketSize (Results 1 – 3 of 3) sorted by relevance
363 uint64_t GetRemoteMaxPacketSize();
166 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()3804 uint64_t size = GetRemoteMaxPacketSize(); in ReadExtFeature()
4228 uint64_t stub_max_size = m_gdb_comm.GetRemoteMaxPacketSize(); in GetMaxMemorySize()