Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h314 bool GetQXferLibrariesReadSupported();
H A DGDBRemoteCommunicationClient.cpp152 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4989 } else if (comm.GetQXferLibrariesReadSupported()) { in GetLoadedModuleList()