Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3012 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3075 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3894 SetNextEventAction(nullptr); in HandlePrivateEvent()
3907 SetNextEventAction(nullptr); in HandlePrivateEvent()
3910 SetNextEventAction(nullptr); in HandlePrivateEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2899 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction() function