Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2684 class NextEventAction {
2692 NextEventAction(Process *process) : m_process(process) {} in NextEventAction() function
2694 virtual ~NextEventAction() = default;
2706 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction()
2714 class AttachCompletionHandler : public NextEventAction {
2940 std::unique_ptr<NextEventAction> m_next_event_action_up;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2686 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()
2694 Process::NextEventAction::EventActionResult
2751 Process::NextEventAction::EventActionResult
3662 NextEventAction::EventActionResult action_result = in HandlePrivateEvent()
3667 case NextEventAction::eEventActionSuccess: in HandlePrivateEvent()
3671 case NextEventAction::eEventActionRetry: in HandlePrivateEvent()
3674 case NextEventAction::eEventActionExit: in HandlePrivateEvent()