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.cpp2978 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3037 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3913 SetNextEventAction(nullptr); in HandlePrivateEvent()
3926 SetNextEventAction(nullptr); in HandlePrivateEvent()
3929 SetNextEventAction(nullptr); in HandlePrivateEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2975 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction() function