Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h598 void MaybeEnableCompression(std::vector<std::string> supported_compressions);
H A DGDBRemoteCommunicationClient.cpp420 MaybeEnableCompression(supported_compressions); in GetRemoteQSupported()
1017 void GDBRemoteCommunicationClient::MaybeEnableCompression( in MaybeEnableCompression() function in GDBRemoteCommunicationClient