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

References

tools/lldb/include/lldb/Target/Process.h
 2551     if (m_next_event_action_up.get())
 2552       m_next_event_action_up->HandleBeingUnshipped();
 2554     m_next_event_action_up.reset(next_event_action);
tools/lldb/source/Target/Process.cpp
  622   m_next_event_action_up.reset();
 3626   if (m_next_event_action_up) {
 3628         m_next_event_action_up->PerformAction(event_sp);
 3645         SetExitStatus(0, m_next_event_action_up->GetExitString());