reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Target/Process.h
  781   void RegisterNotificationCallbacks(const Process::Notifications &callbacks);
  797   bool UnregisterNotificationCallbacks(const Process::Notifications &callbacks);
 2687   std::vector<Notifications> m_notifications; ///< The list of notifications
tools/lldb/source/Target/Process.cpp
  612   std::vector<Notifications> empty_notifications;
  647 void Process::RegisterNotificationCallbacks(const Notifications &callbacks) {
  653 bool Process::UnregisterNotificationCallbacks(const Notifications &callbacks) {
  654   std::vector<Notifications>::iterator pos, end = m_notifications.end();
  667   std::vector<Notifications>::iterator notification_pos,