Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.h43 void ContinueAsyncException(ExceptionResult result);
48 ExceptionResult HandleExceptionEvent(const EXCEPTION_DEBUG_INFO &info,
77 Predicate<ExceptionResult> m_exception_pred;
H A DDebuggerThread.cpp179 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 ExceptionResult
331 return ExceptionResult::SendToApplication; in HandleExceptionEvent()
342 ExceptionResult result = in HandleExceptionEvent()
348 ExceptionResult::BreakInDebugger); in HandleExceptionEvent()
H A DNativeProcessWindows.cpp145 ExceptionResult::MaskException); in Resume()
444 ExceptionResult
458 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()
H A DLocalDebugDelegate.cpp28 ExceptionResult
34 return ExceptionResult::MaskException; in OnDebugException()
H A DProcessWindows.cpp246 ExceptionResult::MaskException); in DoResume()
695 ExceptionResult
713 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()
H A DProcessDebugger.cpp480 ExceptionResult
496 return ExceptionResult::SendToApplication; in OnDebugException()
499 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
505 result = ExceptionResult::BreakInDebugger; in OnDebugException()
H A DForwardDecl.h16 enum class ExceptionResult { enum
H A DIDebugDelegate.h31 virtual ExceptionResult OnDebugException(bool first_chance,
H A DNativeProcessWindows.h100 ExceptionResult OnDebugException(bool first_chance,
153 ExceptionResult OnDebugException(bool first_chance, in OnDebugException()
H A DLocalDebugDelegate.h47 ExceptionResult OnDebugException(bool first_chance,
H A DProcessDebugger.h55 virtual ExceptionResult OnDebugException(bool first_chance,
H A DProcessWindows.h88 ExceptionResult OnDebugException(bool first_chance,