Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2820 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
2883 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3668 SetNextEventAction(nullptr); in HandlePrivateEvent()
3681 SetNextEventAction(nullptr); in HandlePrivateEvent()
3684 SetNextEventAction(nullptr); in HandlePrivateEvent()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2706 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction() function