Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h452 GetModulesInfo(llvm::ArrayRef<FileSpec> module_file_specs,
H A DGDBRemoteCommunicationClient.cpp3931 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4145 auto module_specs = m_gdb_comm.GetModulesInfo(module_file_specs, triple); in PrefetchModuleSpecs()