Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2899 class NextEventAction {
2907 NextEventAction(Process *process) : m_process(process) {} in NextEventAction() function
2909 virtual ~NextEventAction() = default;
2921 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction()
2929 class AttachCompletionHandler : public NextEventAction {
3102 std::unique_ptr<NextEventAction> m_next_event_action_ap;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2902 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()
2910 Process::NextEventAction::EventActionResult
2968 Process::NextEventAction::EventActionResult
3855 NextEventAction::EventActionResult action_result = in HandlePrivateEvent()
3861 case NextEventAction::eEventActionSuccess: in HandlePrivateEvent()
3865 case NextEventAction::eEventActionRetry: in HandlePrivateEvent()
3868 case NextEventAction::eEventActionExit: in HandlePrivateEvent()