Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2645 class NextEventAction {
2653 NextEventAction(Process *process) : m_process(process) {} in NextEventAction() function
2655 virtual ~NextEventAction() = default;
2667 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction()
2675 class AttachCompletionHandler : public NextEventAction {
2901 std::unique_ptr<NextEventAction> m_next_event_action_up;
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2678 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()
2686 Process::NextEventAction::EventActionResult
2743 Process::NextEventAction::EventActionResult
3641 NextEventAction::EventActionResult action_result = in HandlePrivateEvent()
3646 case NextEventAction::eEventActionSuccess: in HandlePrivateEvent()
3650 case NextEventAction::eEventActionRetry: in HandlePrivateEvent()
3653 case NextEventAction::eEventActionExit: in HandlePrivateEvent()