Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2877 class NextEventAction {
2885 NextEventAction(Process *process) : m_process(process) {} in NextEventAction() function
2887 virtual ~NextEventAction() = default;
2899 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction()
2907 class AttachCompletionHandler : public NextEventAction {
3133 std::unique_ptr<NextEventAction> m_next_event_action_up;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2875 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()
2883 Process::NextEventAction::EventActionResult
2940 Process::NextEventAction::EventActionResult
3888 NextEventAction::EventActionResult action_result = in HandlePrivateEvent()
3893 case NextEventAction::eEventActionSuccess: in HandlePrivateEvent()
3897 case NextEventAction::eEventActionRetry: in HandlePrivateEvent()
3900 case NextEventAction::eEventActionExit: in HandlePrivateEvent()