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.cpp586 m_notifications.swap(empty_notifications); in Finalize()
611 m_notifications.push_back(callbacks); in RegisterNotificationCallbacks()
617 std::vector<Notifications>::iterator pos, end = m_notifications.end(); in UnregisterNotificationCallbacks()
618 for (pos = m_notifications.begin(); pos != end; ++pos) { in UnregisterNotificationCallbacks()
622 m_notifications.erase(pos); in UnregisterNotificationCallbacks()
631 notification_end = m_notifications.end(); in SynchronouslyNotifyStateChanged()
632 for (notification_pos = m_notifications.begin(); in SynchronouslyNotifyStateChanged()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3096 std::vector<Notifications> m_notifications; ///< The list of notifications variable