Searched refs:ExceptionResult (Results 1 – 12 of 12) sorted by relevance
213 ContinueAsyncException(ExceptionResult::MaskException); in StopDebugging()245 void DebuggerThread::ContinueAsyncException(ExceptionResult result) { in ContinueAsyncException()281 ExceptionResult status = in DebugLoop()284 if (status == ExceptionResult::MaskException) in DebugLoop()286 else if (status == ExceptionResult::SendToApplication) in DebugLoop()346 ExceptionResult367 return ExceptionResult::SendToApplication; in HandleExceptionEvent()378 ExceptionResult result = in HandleExceptionEvent()384 ExceptionResult::BreakInDebugger); in HandleExceptionEvent()
43 void ContinueAsyncException(ExceptionResult result);48 ExceptionResult HandleExceptionEvent(const EXCEPTION_DEBUG_INFO &info,77 Predicate<ExceptionResult> m_exception_pred;
145 ExceptionResult::MaskException); in Resume()421 ExceptionResult435 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()464 return ExceptionResult::MaskException; in OnDebugException()483 return ExceptionResult::MaskException; in OnDebugException()504 return ExceptionResult::BreakInDebugger; in OnDebugException()531 result = ExceptionResult::SendToApplication; in OnDebugException()533 result = ExceptionResult::BreakInDebugger; in OnDebugException()
28 ExceptionResult34 return ExceptionResult::MaskException; in OnDebugException()
258 ExceptionResult::MaskException); in DoResume()684 ExceptionResult702 return ExceptionResult::SendToApplication; in OnDebugException()711 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()715 result = ExceptionResult::BreakInDebugger; in OnDebugException()731 result = ExceptionResult::BreakInDebugger; in OnDebugException()743 result = ExceptionResult::SendToApplication; in OnDebugException()745 result = ExceptionResult::BreakInDebugger; in OnDebugException()
484 ExceptionResult500 return ExceptionResult::SendToApplication; in OnDebugException()503 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()509 result = ExceptionResult::BreakInDebugger; in OnDebugException()
16 enum class ExceptionResult { enum
31 virtual ExceptionResult OnDebugException(bool first_chance,
100 ExceptionResult OnDebugException(bool first_chance,148 ExceptionResult OnDebugException(bool first_chance, in OnDebugException()
47 ExceptionResult OnDebugException(bool first_chance,
55 virtual ExceptionResult OnDebugException(bool first_chance,
93 ExceptionResult OnDebugException(bool first_chance,