Searched refs:GetRemoteMaxPacketSize (Results 1 – 3 of 3) sorted by relevance
346 uint64_t GetRemoteMaxPacketSize();
201 uint64_t GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() { in GetRemoteMaxPacketSize() function in GDBRemoteCommunicationClient676 if (response_size > GetRemoteMaxPacketSize()) { // May send qSupported packet in SendPacketsAndConcatenateResponses()677 response_size = GetRemoteMaxPacketSize(); in SendPacketsAndConcatenateResponses()3667 uint64_t size = GetRemoteMaxPacketSize(); in ReadExtFeature()
4237 uint64_t stub_max_size = m_gdb_comm.GetRemoteMaxPacketSize(); in GetMaxMemorySize()