Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp220 m_exception_pred.SetValue(result, eBroadcastAlways); in ContinueAsyncException()
344 m_exception_pred.SetValue(result, eBroadcastNever); in HandleExceptionEvent()
347 result = *m_exception_pred.WaitForValueNotEqualTo( in HandleExceptionEvent()
350 LLDB_LOG(log, "got ExceptionPred = {0}", (int)m_exception_pred.GetValue()); in HandleExceptionEvent()
H A DDebuggerThread.h77 Predicate<ExceptionResult> m_exception_pred; variable