Searched refs:ModulesDidUnload (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DYLDRendezvous.h | 198 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } 123 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } ModulesDidUnload() function
|
H A D | DynamicLoaderPOSIXDYLD.cpp | 471 if (m_rendezvous.ModulesDidUnload()) { in RefreshModules() 485 m_process->GetTarget().ModulesDidUnload(old_modules, false); in RefreshModules()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.cpp | 93 m_process->GetTarget().ModulesDidUnload(module_list, false); in OnUnloadModule()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 552 m_process->GetTarget().ModulesDidUnload(remove_modules, false); in ParseKmods()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 1459 ModulesDidUnload(m_images, delete_locations); in ClearModules() 1670 ModulesDidUnload(my_module_list, false); in NotifyModuleRemoved() 1687 ModulesDidUnload(module_list, false); in NotifyModulesRemoved() 1724 void Target::ModulesDidUnload(ModuleList &module_list, bool delete_locations) { in ModulesDidUnload() function in Target
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 2155 target_sp->ModulesDidUnload(module_list, false); in ClearSectionLoadAddress() 2243 target_sp->ModulesDidUnload(module_list, false); in ClearModuleLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Target.h | 892 void ModulesDidUnload(ModuleList &module_list, bool delete_locations);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 5126 m_process->GetTarget().ModulesDidUnload(removed_modules, false); in LoadModules()
|