Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2771 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
2834 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3619 SetNextEventAction(nullptr); in HandlePrivateEvent()
3632 SetNextEventAction(nullptr); in HandlePrivateEvent()
3635 SetNextEventAction(nullptr); in HandlePrivateEvent()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2699 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction() function