Searched refs:ModulesDidUnload (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
D | HexagonDYLDRendezvous.h | 121 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
|
D | DynamicLoaderHexagonDYLD.cpp | 386 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/ |
D | DYLDRendezvous.h | 114 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
|
D | DynamicLoaderPOSIXDYLD.cpp | 436 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/ |
D | DynamicLoaderWindowsDYLD.cpp | 97 m_process->GetTarget().ModulesDidUnload(module_list, false); in OnUnloadModule()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 628 target->ModulesDidUnload(unloaded_modules, true); in OnExitProcess()
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 1385 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/ |
D | Target.h | 822 void ModulesDidUnload(ModuleList &module_list, bool delete_locations);
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 1335 m_process->GetTarget().ModulesDidUnload(unloaded_module_list, false); in ParseKextSummaries()
|
/external/llvm-project/lldb/source/API/ |
D | SBTarget.cpp | 2194 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/ |
D | ProcessGDBRemote.cpp | 4847 m_process->GetTarget().ModulesDidUnload(removed_modules, false); in LoadModules()
|