Home
last modified time | relevance | path

Searched refs:GetModuleInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.h148 ModuleSpec GetModuleInfo(llvm::StringRef module_path, llvm::StringRef triple);
H A DGDBRemoteCommunicationServerCommon.cpp1049 ModuleSpec matched_module_spec = GetModuleInfo(module_path, triple); in Handle_qModuleInfo()
1116 ModuleSpec matched_module_spec = GetModuleInfo(file, triple); in Handle_jModulesInfo()
1257 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo() function in GDBRemoteCommunicationServerCommon
H A DGDBRemoteCommunicationClient.h479 bool GetModuleInfo(const FileSpec &module_file_spec,
H A DGDBRemoteCommunicationClient.cpp3637 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4295 if (!m_gdb_comm.GetModuleInfo(module_file_spec, arch, module_spec)) { in GetModuleSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp174 if (!m_gdb_client.GetModuleInfo(module_file_spec, arch, module_spec)) { in GetModuleSpec()