Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp178 ContinueAsyncException(ExceptionResult::MaskException); in StopDebugging()
210 void DebuggerThread::ContinueAsyncException(ExceptionResult result) { in ContinueAsyncException()
245 ExceptionResult status = in DebugLoop()
248 if (status == ExceptionResult::MaskException) in DebugLoop()
250 else if (status == ExceptionResult::SendToApplication) in DebugLoop()
310 ExceptionResult
330 return ExceptionResult::SendToApplication; in HandleExceptionEvent()
341 ExceptionResult result = in HandleExceptionEvent()
347 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()
697 ExceptionResult
715 return ExceptionResult::SendToApplication; in OnDebugException()
724 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
728 result = ExceptionResult::BreakInDebugger; in OnDebugException()
744 result = ExceptionResult::BreakInDebugger; in OnDebugException()
756 result = ExceptionResult::SendToApplication; in OnDebugException()
758 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.h91 ExceptionResult OnDebugException(bool first_chance,