Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DProcess.cpp3252SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()
3320SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()
4091 SetNextEventAction(NULL); in HandlePrivateEvent()
4106 SetNextEventAction(NULL); in HandlePrivateEvent()
4109 SetNextEventAction(NULL); in HandlePrivateEvent()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DProcess.h3681 void SetNextEventAction (Process::NextEventAction *next_event_action) in SetNextEventAction() function