Searched refs:ModulesDidUnload (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | HexagonDYLDRendezvous.h | 119 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
|
| H A D | DynamicLoaderHexagonDYLD.cpp | 376 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 D | DYLDRendezvous.h | 123 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
|
| H A D | DynamicLoaderPOSIXDYLD.cpp | 476 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 D | DynamicLoaderWindowsDYLD.cpp | 93 m_process->GetTarget().ModulesDidUnload(module_list, false); in OnUnloadModule()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | ProcessWindows.cpp | 641 target->ModulesDidUnload(unloaded_modules, true); in OnExitProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 1409 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 D | SBTarget.cpp | 2075 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 D | Target.h | 857 void ModulesDidUnload(ModuleList &module_list, bool delete_locations);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernel.cpp | 1306 m_process->GetTarget().ModulesDidUnload(unloaded_module_list, false); in ParseKextSummaries()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 4584 m_process->GetTarget().ModulesDidUnload(removed_modules, false); in LoadModules()
|