Home
last modified time | relevance | path

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

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