reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/Process.cpp
  655   for (pos = m_notifications.begin(); pos != end; ++pos) {
  655   for (pos = m_notifications.begin(); pos != end; ++pos) {
  655   for (pos = m_notifications.begin(); pos != end; ++pos) {
  656     if (pos->baton == callbacks.baton &&
  657         pos->initialize == callbacks.initialize &&
  658         pos->process_state_changed == callbacks.process_state_changed) {
  659       m_notifications.erase(pos);