Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h445 bool GetLoadedDynamicLibrariesInfosSupported();
DGDBRemoteCommunicationClient.cpp620 bool GDBRemoteCommunicationClient::GetLoadedDynamicLibrariesInfosSupported() { in GetLoadedDynamicLibrariesInfosSupported() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp4065 if (m_gdb_comm.GetLoadedDynamicLibrariesInfosSupported()) { in GetLoadedDynamicLibrariesInfos_sender()