Home
last modified time | relevance | path

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

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