Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2900 if (m_next_event_action_up) in SetNextEventAction()
2901 m_next_event_action_up->HandleBeingUnshipped(); in SetNextEventAction()
2903 m_next_event_action_up.reset(next_event_action); in SetNextEventAction()
3133 std::unique_ptr<NextEventAction> m_next_event_action_up; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp474 m_should_detach(false), m_next_event_action_up(), m_public_run_lock(), in Process()
595 m_next_event_action_up.reset(); in Finalize()
3887 if (m_next_event_action_up) { in HandlePrivateEvent()
3889 m_next_event_action_up->PerformAction(event_sp); in HandlePrivateEvent()
3906 SetExitStatus(0, m_next_event_action_up->GetExitString()); in HandlePrivateEvent()