Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h427 bool GetLoadedDynamicLibrariesInfosSupported();
H A DGDBRemoteCommunicationClient.cpp603 bool GDBRemoteCommunicationClient::GetLoadedDynamicLibrariesInfosSupported() { in GetLoadedDynamicLibrariesInfosSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp3953 if (m_gdb_comm.GetLoadedDynamicLibrariesInfosSupported()) { in GetLoadedDynamicLibrariesInfos_sender()