Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2849 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
2912 SetNextEventAction(new Process::AttachCompletionHandler( in Attach()
3707 SetNextEventAction(nullptr); in HandlePrivateEvent()
3720 SetNextEventAction(nullptr); in HandlePrivateEvent()
3723 SetNextEventAction(nullptr); in HandlePrivateEvent()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2838 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction() function