Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2624 class NextEventAction {
2632 NextEventAction(Process *process) : m_process(process) {} in NextEventAction() function
2634 virtual ~NextEventAction() = default;
2646 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction()
2654 class AttachCompletionHandler : public NextEventAction {
2825 std::unique_ptr<NextEventAction> m_next_event_action_up;
/external/llvm-project/lldb/source/Target/
DProcess.cpp2778 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()
2786 Process::NextEventAction::EventActionResult
2843 Process::NextEventAction::EventActionResult
3740 NextEventAction::EventActionResult action_result = in HandlePrivateEvent()
3745 case NextEventAction::eEventActionSuccess: in HandlePrivateEvent()
3749 case NextEventAction::eEventActionRetry: in HandlePrivateEvent()
3752 case NextEventAction::eEventActionExit: in HandlePrivateEvent()