Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2799 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
2862 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3647 SetNextEventAction(nullptr); in HandlePrivateEvent()
3660 SetNextEventAction(nullptr); in HandlePrivateEvent()
3663 SetNextEventAction(nullptr); in HandlePrivateEvent()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2667 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction() function