Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h347 bool GetQXferLibrariesSVR4ReadSupported();
DGDBRemoteCommunicationClient.cpp167 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp4619 if (can_use_svr4 && comm.GetQXferLibrariesSVR4ReadSupported()) { in GetLoadedModuleList()