Home
last modified time | relevance | path

Searched refs:NotifyModuleUpdated (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h92 virtual void NotifyModuleUpdated(const ModuleList &module_list,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1506 void NotifyModuleUpdated(const ModuleList &module_list,
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp339 m_notifier->NotifyModuleUpdated(*this, old_module_sp, new_module_sp); in ReplaceModule()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1679 void Target::NotifyModuleUpdated(const ModuleList &module_list, in NotifyModuleUpdated() function in Target