Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DProcess.cpp1016 m_notifications (), in Process()
1141 m_notifications.swap(empty_notifications); in Finalize()
1170 m_notifications.push_back(callbacks); in RegisterNotificationCallbacks()
1178 std::vector<Notifications>::iterator pos, end = m_notifications.end(); in UnregisterNotificationCallbacks()
1179 for (pos = m_notifications.begin(); pos != end; ++pos) in UnregisterNotificationCallbacks()
1185 m_notifications.erase(pos); in UnregisterNotificationCallbacks()
1195 std::vector<Notifications>::iterator notification_pos, notification_end = m_notifications.end(); in SynchronouslyNotifyStateChanged()
1196 …for (notification_pos = m_notifications.begin(); notification_pos != notification_end; ++notificat… in SynchronouslyNotifyStateChanged()
/external/lldb/include/lldb/Target/
DProcess.h3652 …std::vector<Notifications> m_notifications; ///< The list of notifications that this proce… variable