Home
last modified time | relevance | path

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

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