Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h363 uint64_t GetRemoteMaxPacketSize();
H A DGDBRemoteCommunicationClient.cpp166 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()
3804 uint64_t size = GetRemoteMaxPacketSize(); in ReadExtFeature()
H A DProcessGDBRemote.cpp4228 uint64_t stub_max_size = m_gdb_comm.GetRemoteMaxPacketSize(); in GetMaxMemorySize()