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

/external/lldb/include/lldb/Target/
H A DProcess.h3530 // NextEventAction provides a way to register an action on the next
3533 // new "NextEventAction" is added while one is already present, the
3540 class NextEventAction class in class:lldb_private::Process
3550 NextEventAction (Process *process) : function in class:lldb_private::Process::NextEventAction
3556 ~NextEventAction()
3572 void SetNextEventAction (Process::NextEventAction *next_event_action)
3581 class AttachCompletionHandler : public NextEventAction
3585 NextEventAction (process),
3672 std::unique_ptr<NextEventAction> m_next_event_action_ap;
/external/lldb/source/Target/
H A DProcess.cpp2978 Process::NextEventAction::EventActionResult
3021 Process::NextEventAction::EventActionResult
3905 NextEventAction::EventActionResult action_result = m_next_event_action_ap->PerformAction(event_sp);
3911 case NextEventAction::eEventActionSuccess:
3915 case NextEventAction::eEventActionRetry:
3918 case NextEventAction::eEventActionExit:

Completed in 54 milliseconds