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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2540 if (m_next_event_action_up.get())
2541 m_next_event_action_up->HandleBeingUnshipped();
2543 m_next_event_action_up.reset(next_event_action);
2713 std::unique_ptr<NextEventAction> m_next_event_action_up; member in class:lldb_private::Process
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp488 m_should_detach(false), m_next_event_action_up(), m_public_run_lock(),
615 m_next_event_action_up.reset();
3617 if (m_next_event_action_up) {
3619 m_next_event_action_up->PerformAction(event_sp);
3636 SetExitStatus(0, m_next_event_action_up->GetExitString());

Completed in 181 milliseconds