Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp168 TEST_F(GDBRemoteCommunicationClientTest, GetModulesInfo) { in TEST_F() argument
183 [&] { return client.GetModulesInfo(file_specs, triple); }); in TEST_F()
209 [&] { return client.GetModulesInfo(file_spec, triple); }); in TEST_F()
256 [&] { return client.GetModulesInfo(file_spec, triple); }); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h456 GetModulesInfo(llvm::ArrayRef<FileSpec> module_file_specs,
H A DGDBRemoteCommunicationClient.cpp3855 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo() function in GDBRemoteCommunicationClient
H A DProcessGDBRemote.cpp4036 auto module_specs = m_gdb_comm.GetModulesInfo(module_file_specs, triple); in PrefetchModuleSpecs()