HomeSort by relevance Sort by last modified time
    Searched full:m_notifier (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Core/
ModuleList.cpp 34 m_notifier(NULL)
53 m_notifier(notifier)
86 if (use_notifier && m_notifier)
87 m_notifier->ModuleAdded(*this, module_sp);
170 if (use_notifier && m_notifier)
171 m_notifier->ModuleRemoved(*this, module_sp);
184 if (use_notifier && m_notifier)
185 m_notifier->ModuleRemoved(*this, module_sp);
201 if (m_notifier)
202 m_notifier->ModuleUpdated(*this, old_module_sp,new_module_sp)
    [all...]
  /external/lldb/include/lldb/Core/
ModuleList.h 550 Notifier* m_notifier; member in class:lldb_private::ModuleList

Completed in 256 milliseconds