Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp559 m_notifications.swap(empty_notifications); in Finalize()
582 m_notifications.push_back(callbacks); in RegisterNotificationCallbacks()
588 std::vector<Notifications>::iterator pos, end = m_notifications.end(); in UnregisterNotificationCallbacks()
589 for (pos = m_notifications.begin(); pos != end; ++pos) { in UnregisterNotificationCallbacks()
593 m_notifications.erase(pos); in UnregisterNotificationCallbacks()
602 notification_end = m_notifications.end(); in SynchronouslyNotifyStateChanged()
603 for (notification_pos = m_notifications.begin(); in SynchronouslyNotifyStateChanged()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3171 std::vector<Notifications> m_notifications; ///< The list of notifications variable