Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h123 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
H A DDynamicLoaderPOSIXDYLD.cpp476 if (m_rendezvous.ModulesDidUnload()) { in RefreshModules()
490 m_process->GetTarget().ModulesDidUnload(old_modules, false); in RefreshModules()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp93 m_process->GetTarget().ModulesDidUnload(module_list, false); in OnUnloadModule()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp641 target->ModulesDidUnload(unloaded_modules, true); in OnExitProcess()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1409 ModulesDidUnload(m_images, delete_locations); in ClearModules()
1626 ModulesDidUnload(my_module_list, false); in NotifyModuleRemoved()
1643 ModulesDidUnload(module_list, false); in NotifyModulesRemoved()
1678 void Target::ModulesDidUnload(ModuleList &module_list, bool delete_locations) { in ModulesDidUnload() function in Target
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp2075 target_sp->ModulesDidUnload(module_list, false); in ClearSectionLoadAddress()
2151 target_sp->ModulesDidUnload(module_list, false); in ClearModuleLoadAddress()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h857 void ModulesDidUnload(ModuleList &module_list, bool delete_locations);
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp1306 m_process->GetTarget().ModulesDidUnload(unloaded_module_list, false); in ParseKextSummaries()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4584 m_process->GetTarget().ModulesDidUnload(removed_modules, false); in LoadModules()