Searched refs:m_exception_pred (Results 1 – 2 of 2) sorted by relevance
255 m_exception_pred.SetValue(result, eBroadcastAlways); in ContinueAsyncException()380 m_exception_pred.SetValue(result, eBroadcastNever); in HandleExceptionEvent()383 result = *m_exception_pred.WaitForValueNotEqualTo( in HandleExceptionEvent()386 LLDB_LOG(log, "got ExceptionPred = {0}", (int)m_exception_pred.GetValue()); in HandleExceptionEvent()
77 Predicate<ExceptionResult> m_exception_pred; variable