Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DProcess.h3540 class NextEventAction
3550 NextEventAction (Process *process) : in NextEventAction() function
3556 ~NextEventAction() in ~NextEventAction()
3572 void SetNextEventAction (Process::NextEventAction *next_event_action) in SetNextEventAction()
3581 class AttachCompletionHandler : public NextEventAction
3585 NextEventAction (process), in AttachCompletionHandler()
3672 std::unique_ptr<NextEventAction> m_next_event_action_ap;
/external/lldb/source/Target/
DProcess.cpp2978 Process::NextEventAction::EventActionResult
3021 Process::NextEventAction::EventActionResult
3905NextEventAction::EventActionResult action_result = m_next_event_action_ap->PerformAction(event_sp); in HandlePrivateEvent()
3911 case NextEventAction::eEventActionSuccess: in HandlePrivateEvent()
3915 case NextEventAction::eEventActionRetry: in HandlePrivateEvent()
3918 case NextEventAction::eEventActionExit: in HandlePrivateEvent()