Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h318 bool IsHandlingEvents() const { return m_event_handler_thread.IsJoinable(); } in IsHandlingEvents() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp3940 if (is_hijacked || !GetTarget().GetDebugger().IsHandlingEvents()) in HandlePrivateEvent()