Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3024 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3088 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3862 SetNextEventAction(nullptr); in HandlePrivateEvent()
3875 SetNextEventAction(nullptr); in HandlePrivateEvent()
3878 SetNextEventAction(nullptr); in HandlePrivateEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2921 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction() function