Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp429 m_notifications(), m_image_tokens(), m_listener_sp(listener_sp), in Process()
543 m_notifications.swap(empty_notifications); in Finalize()
577 m_notifications.push_back(callbacks); in RegisterNotificationCallbacks()
583 std::vector<Notifications>::iterator pos, end = m_notifications.end(); in UnregisterNotificationCallbacks()
584 for (pos = m_notifications.begin(); pos != end; ++pos) { in UnregisterNotificationCallbacks()
588 m_notifications.erase(pos); in UnregisterNotificationCallbacks()
597 notification_end = m_notifications.end(); in SynchronouslyNotifyStateChanged()
598 for (notification_pos = m_notifications.begin(); in SynchronouslyNotifyStateChanged()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DProcess.h2903 std::vector<Notifications> m_notifications; ///< The list of notifications variable