Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2816 class NextEventAction {
2824 NextEventAction(Process *process) : m_process(process) {} in NextEventAction() function
2826 virtual ~NextEventAction() = default;
2838 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction()
2846 class AttachCompletionHandler : public NextEventAction {
3072 std::unique_ptr<NextEventAction> m_next_event_action_up;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2712 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()
2720 Process::NextEventAction::EventActionResult
2777 Process::NextEventAction::EventActionResult
3701 NextEventAction::EventActionResult action_result = in HandlePrivateEvent()
3706 case NextEventAction::eEventActionSuccess: in HandlePrivateEvent()
3710 case NextEventAction::eEventActionRetry: in HandlePrivateEvent()
3713 case NextEventAction::eEventActionExit: in HandlePrivateEvent()