Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DProcess.cpp3083SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()
3151SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount())); in Attach()
3912 SetNextEventAction(NULL); in HandlePrivateEvent()
3927 SetNextEventAction(NULL); in HandlePrivateEvent()
3930 SetNextEventAction(NULL); in HandlePrivateEvent()
/external/lldb/include/lldb/Target/
DProcess.h3572 void SetNextEventAction (Process::NextEventAction *next_event_action) in SetNextEventAction() function