Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DProcess.cpp2899 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
2962 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3746 SetNextEventAction(nullptr); in HandlePrivateEvent()
3759 SetNextEventAction(nullptr); in HandlePrivateEvent()
3762 SetNextEventAction(nullptr); in HandlePrivateEvent()
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h2646 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction() function