Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h316 bool GetQXferLibrariesSVR4ReadSupported();
H A DGDBRemoteCommunicationClient.cpp145 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4904 if (can_use_svr4 && comm.GetQXferLibrariesSVR4ReadSupported()) { in GetLoadedModuleList()