Home
last modified time | relevance | path

Searched refs:MaskException (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DForwardDecl.h20 MaskException, // Eat the exception and don't let the application know it enumerator
H A DLocalDebugDelegate.cpp34 return ExceptionResult::MaskException; in OnDebugException()
H A DNativeProcessWindows.cpp145 ExceptionResult::MaskException); in Resume()
487 return ExceptionResult::MaskException; in OnDebugException()
507 return ExceptionResult::MaskException; in OnDebugException()
H A DDebuggerThread.cpp179 ContinueAsyncException(ExceptionResult::MaskException); in StopDebugging()
249 if (status == ExceptionResult::MaskException) in DebugLoop()
H A DProcessWindows.cpp246 ExceptionResult::MaskException); in DoResume()