Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h439 bool GetLoadedDynamicLibrariesInfosSupported();
H A DGDBRemoteCommunicationClient.cpp615 bool GDBRemoteCommunicationClient::GetLoadedDynamicLibrariesInfosSupported() { in GetLoadedDynamicLibrariesInfosSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4152 if (m_gdb_comm.GetLoadedDynamicLibrariesInfosSupported()) { in GetLoadedDynamicLibrariesInfos_sender()