Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Process/gdb-remote/
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()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h458 GetModulesInfo(llvm::ArrayRef<FileSpec> module_file_specs,
DGDBRemoteCommunicationClient.cpp3751 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp4240 auto module_specs = m_gdb_comm.GetModulesInfo(module_file_specs, triple); in PrefetchModuleSpecs()