Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3279 bool ShouldBroadcastEvent(Event *event_ptr);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp3597 bool Process::ShouldBroadcastEvent(Event *event_ptr) { in ShouldBroadcastEvent() function in Process
3916 const bool should_broadcast = ShouldBroadcastEvent(event_sp.get()); in HandlePrivateEvent()