Searched refs:ExceptionResult (Results 1 – 12 of 12) sorted by relevance
43 void ContinueAsyncException(ExceptionResult result);48 ExceptionResult HandleExceptionEvent(const EXCEPTION_DEBUG_INFO &info,77 Predicate<ExceptionResult> m_exception_pred;
179 ContinueAsyncException(ExceptionResult::MaskException); in StopDebugging()211 void DebuggerThread::ContinueAsyncException(ExceptionResult result) { in ContinueAsyncException()246 ExceptionResult status = in DebugLoop()249 if (status == ExceptionResult::MaskException) in DebugLoop()251 else if (status == ExceptionResult::SendToApplication) in DebugLoop()311 ExceptionResult331 return ExceptionResult::SendToApplication; in HandleExceptionEvent()342 ExceptionResult result = in HandleExceptionEvent()348 ExceptionResult::BreakInDebugger); in HandleExceptionEvent()
145 ExceptionResult::MaskException); in Resume()444 ExceptionResult458 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()487 return ExceptionResult::MaskException; in OnDebugException()507 return ExceptionResult::MaskException; in OnDebugException()528 return ExceptionResult::BreakInDebugger; in OnDebugException()555 result = ExceptionResult::SendToApplication; in OnDebugException()557 result = ExceptionResult::BreakInDebugger; in OnDebugException()
28 ExceptionResult34 return ExceptionResult::MaskException; in OnDebugException()
246 ExceptionResult::MaskException); in DoResume()695 ExceptionResult713 return ExceptionResult::SendToApplication; in OnDebugException()722 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()726 result = ExceptionResult::BreakInDebugger; in OnDebugException()742 result = ExceptionResult::BreakInDebugger; in OnDebugException()754 result = ExceptionResult::SendToApplication; in OnDebugException()756 result = ExceptionResult::BreakInDebugger; in OnDebugException()
480 ExceptionResult496 return ExceptionResult::SendToApplication; in OnDebugException()499 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()505 result = ExceptionResult::BreakInDebugger; in OnDebugException()
16 enum class ExceptionResult { enum
31 virtual ExceptionResult OnDebugException(bool first_chance,
100 ExceptionResult OnDebugException(bool first_chance,153 ExceptionResult OnDebugException(bool first_chance, in OnDebugException()
47 ExceptionResult OnDebugException(bool first_chance,
55 virtual ExceptionResult OnDebugException(bool first_chance,
88 ExceptionResult OnDebugException(bool first_chance,