Searched refs:ModulesDidUnload (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h792 void ModulesDidUnload(ModuleList &module_list, bool delete_locations);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp2173 target_sp->ModulesDidUnload(module_list, false);
2251 target_sp->ModulesDidUnload(module_list, false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp384 if (m_rendezvous.ModulesDidUnload()) {
402 m_process->GetTarget().ModulesDidUnload(old_modules, false);
H A DHexagonDYLDRendezvous.h121 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } function in class:HexagonDYLDRendezvous
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h114 bool ModulesDidUnload() const { return !m_removed_soentries.empty(); } function in class:DYLDRendezvous
H A DDynamicLoaderPOSIXDYLD.cpp434 if (m_rendezvous.ModulesDidUnload()) {
448 m_process->GetTarget().ModulesDidUnload(old_modules, false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp96 m_process->GetTarget().ModulesDidUnload(module_list, false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4862 m_process->GetTarget().ModulesDidUnload(removed_modules, false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1377 ModulesDidUnload(m_images, delete_locations);
1588 ModulesDidUnload(my_module_list, false);
1605 ModulesDidUnload(module_list, false);
1640 void Target::ModulesDidUnload(ModuleList &module_list, bool delete_locations) { function in class:Target

Completed in 165 milliseconds