Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DModuleList.h36 ModuleAdded (const ModuleList& module_list, const lldb::ModuleSP& module_sp) = 0;
/external/lldb/include/lldb/Target/
DTarget.h678 ModuleAdded (const ModuleList& module_list, const lldb::ModuleSP& module_sp);
/external/lldb/source/Core/
DModuleList.cpp87 m_notifier->ModuleAdded(*this, module_sp); in AppendImpl()
/external/lldb/source/Target/
DTarget.cpp1123 Target::ModuleAdded (const ModuleList& module_list, const ModuleSP &module_sp) in ModuleAdded() function in Target