Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h393 GetRemoteMaxPacketSize();
DGDBRemoteCommunicationClient.cpp191 GDBRemoteCommunicationClient::GetRemoteMaxPacketSize() in GetRemoteMaxPacketSize() function in GDBRemoteCommunicationClient
481 if (response_size > GetRemoteMaxPacketSize()) { // May send qSupported packet in SendPacketsAndConcatenateResponses()
482 response_size = GetRemoteMaxPacketSize(); in SendPacketsAndConcatenateResponses()