Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h122 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
H A DDynamicLoaderHexagonDYLD.cpp387 if (m_rendezvous.ModulesDidUnload()) { in RefreshModules()
406 m_process->GetTarget().ModulesDidUnload(old_modules, false); in RefreshModules()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h115 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } in ModulesDidUnload() function
H A DDynamicLoaderPOSIXDYLD.cpp439 if (m_rendezvous.ModulesDidUnload()) { in RefreshModules()
453 m_process->GetTarget().ModulesDidUnload(old_modules, false); in RefreshModules()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h795 void ModulesDidUnload(ModuleList &module_list, bool delete_locations);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp2113 target_sp->ModulesDidUnload(module_list, false); in ClearSectionLoadAddress()
2185 target_sp->ModulesDidUnload(module_list, false); in ClearModuleLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1417 ModulesDidUnload(m_images, delete_locations); in ClearModules()
1624 ModulesDidUnload(my_module_list, false); in ModuleRemoved()
1670 void Target::ModulesDidUnload(ModuleList &module_list, bool delete_locations) { in ModulesDidUnload() function in Target
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4897 m_process->GetTarget().ModulesDidUnload(removed_modules, false); in LoadModules()