Home
last modified time | relevance | path

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

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