Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h119 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
H A DDynamicLoaderHexagonDYLD.cpp376 if (m_rendezvous.ModulesDidUnload()) { in RefreshModules()
394 m_process->GetTarget().ModulesDidUnload(old_modules, false); in RefreshModules()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h123 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
H A DDynamicLoaderPOSIXDYLD.cpp465 if (m_rendezvous.ModulesDidUnload()) { in RefreshModules()
479 m_process->GetTarget().ModulesDidUnload(old_modules, false); in RefreshModules()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp93 m_process->GetTarget().ModulesDidUnload(module_list, false); in OnUnloadModule()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp641 target->ModulesDidUnload(unloaded_modules, true); in OnExitProcess()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1399 ModulesDidUnload(m_images, delete_locations); in ClearModules()
1608 ModulesDidUnload(my_module_list, false); in NotifyModuleRemoved()
1625 ModulesDidUnload(module_list, false); in NotifyModulesRemoved()
1660 void Target::ModulesDidUnload(ModuleList &module_list, bool delete_locations) { in ModulesDidUnload() function in Target
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp2075 target_sp->ModulesDidUnload(module_list, false); in ClearSectionLoadAddress()
2151 target_sp->ModulesDidUnload(module_list, false); in ClearModuleLoadAddress()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h852 void ModulesDidUnload(ModuleList &module_list, bool delete_locations);
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1332 m_process->GetTarget().ModulesDidUnload(unloaded_module_list, false); in ParseKextSummaries()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4614 m_process->GetTarget().ModulesDidUnload(removed_modules, false); in LoadModules()