Home
last modified time | relevance | path

Searched refs:ModulesDidUnload (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DHexagonDYLDRendezvous.h121 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
DDynamicLoaderHexagonDYLD.cpp386 if (m_rendezvous.ModulesDidUnload()) { in RefreshModules()
404 m_process->GetTarget().ModulesDidUnload(old_modules, false); in RefreshModules()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.h114 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
DDynamicLoaderPOSIXDYLD.cpp436 if (m_rendezvous.ModulesDidUnload()) { in RefreshModules()
450 m_process->GetTarget().ModulesDidUnload(old_modules, false); in RefreshModules()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp97 m_process->GetTarget().ModulesDidUnload(module_list, false); in OnUnloadModule()
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp628 target->ModulesDidUnload(unloaded_modules, true); in OnExitProcess()
/external/llvm-project/lldb/source/Target/
DTarget.cpp1385 ModulesDidUnload(m_images, delete_locations); in ClearModules()
1595 ModulesDidUnload(my_module_list, false); in NotifyModuleRemoved()
1612 ModulesDidUnload(module_list, false); in NotifyModulesRemoved()
1647 void Target::ModulesDidUnload(ModuleList &module_list, bool delete_locations) { in ModulesDidUnload() function in Target
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h822 void ModulesDidUnload(ModuleList &module_list, bool delete_locations);
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp1335 m_process->GetTarget().ModulesDidUnload(unloaded_module_list, false); in ParseKextSummaries()
/external/llvm-project/lldb/source/API/
DSBTarget.cpp2194 target_sp->ModulesDidUnload(module_list, false); in ClearSectionLoadAddress()
2272 target_sp->ModulesDidUnload(module_list, false); in ClearModuleLoadAddress()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp4847 m_process->GetTarget().ModulesDidUnload(removed_modules, false); in LoadModules()