Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DForwardDecl.h20 MaskException, // Eat the exception and don't let the application know it enumerator
DLocalDebugDelegate.cpp34 return ExceptionResult::MaskException; in OnDebugException()
DNativeProcessWindows.cpp145 ExceptionResult::MaskException); in Resume()
464 return ExceptionResult::MaskException; in OnDebugException()
483 return ExceptionResult::MaskException; in OnDebugException()
DDebuggerThread.cpp213 ContinueAsyncException(ExceptionResult::MaskException); in StopDebugging()
284 if (status == ExceptionResult::MaskException) in DebugLoop()
DProcessWindows.cpp258 ExceptionResult::MaskException); in DoResume()