Home
last modified time | relevance | path

Searched refs:ExceptionResult (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.cpp213 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 ExceptionResult
367 return ExceptionResult::SendToApplication; in HandleExceptionEvent()
378 ExceptionResult result = in HandleExceptionEvent()
384 ExceptionResult::BreakInDebugger); in HandleExceptionEvent()
DDebuggerThread.h43 void ContinueAsyncException(ExceptionResult result);
48 ExceptionResult HandleExceptionEvent(const EXCEPTION_DEBUG_INFO &info,
77 Predicate<ExceptionResult> m_exception_pred;
DNativeProcessWindows.cpp145 ExceptionResult::MaskException); in Resume()
421 ExceptionResult
435 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()
DLocalDebugDelegate.cpp28 ExceptionResult
34 return ExceptionResult::MaskException; in OnDebugException()
DProcessWindows.cpp258 ExceptionResult::MaskException); in DoResume()
684 ExceptionResult
702 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()
DProcessDebugger.cpp484 ExceptionResult
500 return ExceptionResult::SendToApplication; in OnDebugException()
503 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
509 result = ExceptionResult::BreakInDebugger; in OnDebugException()
DForwardDecl.h16 enum class ExceptionResult { enum
DIDebugDelegate.h31 virtual ExceptionResult OnDebugException(bool first_chance,
DNativeProcessWindows.h100 ExceptionResult OnDebugException(bool first_chance,
148 ExceptionResult OnDebugException(bool first_chance, in OnDebugException()
DLocalDebugDelegate.h47 ExceptionResult OnDebugException(bool first_chance,
DProcessDebugger.h55 virtual ExceptionResult OnDebugException(bool first_chance,
DProcessWindows.h93 ExceptionResult OnDebugException(bool first_chance,