Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DProcess.cpp551 m_notifications(), m_image_tokens(), m_listener_sp(listener_sp), in Process()
679 m_notifications.swap(empty_notifications); in Finalize()
714 m_notifications.push_back(callbacks); in RegisterNotificationCallbacks()
720 std::vector<Notifications>::iterator pos, end = m_notifications.end(); in UnregisterNotificationCallbacks()
721 for (pos = m_notifications.begin(); pos != end; ++pos) { in UnregisterNotificationCallbacks()
725 m_notifications.erase(pos); in UnregisterNotificationCallbacks()
734 notification_end = m_notifications.end(); in SynchronouslyNotifyStateChanged()
735 for (notification_pos = m_notifications.begin(); in SynchronouslyNotifyStateChanged()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2788 std::vector<Notifications> m_notifications; ///< The list of notifications variable