Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DProcess.cpp575 std::vector<Notifications>::iterator notification_pos, in SynchronouslyNotifyStateChanged() local
577 for (notification_pos = m_notifications.begin(); in SynchronouslyNotifyStateChanged()
578 notification_pos != notification_end; ++notification_pos) { in SynchronouslyNotifyStateChanged()
579 if (notification_pos->process_state_changed) in SynchronouslyNotifyStateChanged()
580 notification_pos->process_state_changed(notification_pos->baton, this, in SynchronouslyNotifyStateChanged()