Home
last modified time | relevance | path

Searched refs:m_notifications (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp481 m_notifications(), m_image_tokens(), m_listener_sp(listener_sp), in Process()
606 m_notifications.swap(empty_notifications); in Finalize()
641 m_notifications.push_back(callbacks); in RegisterNotificationCallbacks()
647 std::vector<Notifications>::iterator pos, end = m_notifications.end(); in UnregisterNotificationCallbacks()
648 for (pos = m_notifications.begin(); pos != end; ++pos) { in UnregisterNotificationCallbacks()
652 m_notifications.erase(pos); in UnregisterNotificationCallbacks()
661 notification_end = m_notifications.end(); in SynchronouslyNotifyStateChanged()
662 for (notification_pos = m_notifications.begin(); in SynchronouslyNotifyStateChanged()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h2676 std::vector<Notifications> m_notifications; ///< The list of notifications variable