Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h349 uint64_t GetRemoteMaxPacketSize();
DGDBRemoteCommunicationClient.cpp202 uint64_t GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() { in GetRemoteMaxPacketSize() function in GDBRemoteCommunicationClient
681 if (response_size > GetRemoteMaxPacketSize()) { // May send qSupported packet in SendPacketsAndConcatenateResponses()
682 response_size = GetRemoteMaxPacketSize(); in SendPacketsAndConcatenateResponses()
3818 uint64_t size = GetRemoteMaxPacketSize(); in ReadExtFeature()
DProcessGDBRemote.cpp4152 uint64_t stub_max_size = m_gdb_comm.GetRemoteMaxPacketSize(); in GetMaxMemorySize()