Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h345 bool GetQXferLibrariesReadSupported();
DGDBRemoteCommunicationClient.cpp174 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp4709 } else if (comm.GetQXferLibrariesReadSupported()) { in GetLoadedModuleList()