Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h428 bool GetLoadedDynamicLibrariesInfosSupported();
H A DGDBRemoteCommunicationClient.cpp589 bool GDBRemoteCommunicationClient::GetLoadedDynamicLibrariesInfosSupported() { in GetLoadedDynamicLibrariesInfosSupported() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp3804 if (m_gdb_comm.GetLoadedDynamicLibrariesInfosSupported()) { in GetLoadedDynamicLibrariesInfos_sender()