Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h342 bool GetQXferLibrariesReadSupported();
H A DGDBRemoteCommunicationClient.cpp173 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4760 } else if (comm.GetQXferLibrariesReadSupported()) { in GetLoadedModuleList()