Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2647 if (m_next_event_action_up.get()) in SetNextEventAction()
2648 m_next_event_action_up->HandleBeingUnshipped(); in SetNextEventAction()
2650 m_next_event_action_up.reset(next_event_action); in SetNextEventAction()
2825 std::unique_ptr<NextEventAction> m_next_event_action_up; variable
/external/llvm-project/lldb/source/Target/
DProcess.cpp558 m_should_detach(false), m_next_event_action_up(), m_public_run_lock(), in Process()
688 m_next_event_action_up.reset(); in Finalize()
3739 if (m_next_event_action_up) { in HandlePrivateEvent()
3741 m_next_event_action_up->PerformAction(event_sp); in HandlePrivateEvent()
3758 SetExitStatus(0, m_next_event_action_up->GetExitString()); in HandlePrivateEvent()