Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h322 bool GetQXferLibrariesReadSupported();
H A DGDBRemoteCommunicationClient.cpp149 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4477 } else if (comm.GetQXferLibrariesReadSupported()) { in GetLoadedModuleList()