Home
last modified time | relevance | path

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

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