Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DForwardDecl.h17 BreakInDebugger, // Break in the debugger and give the user a chance to enumerator
H A DProcessWindows.cpp726 result = ExceptionResult::BreakInDebugger; in OnDebugException()
742 result = ExceptionResult::BreakInDebugger; in OnDebugException()
756 result = ExceptionResult::BreakInDebugger; in OnDebugException()
H A DNativeProcessWindows.cpp528 return ExceptionResult::BreakInDebugger; in OnDebugException()
557 result = ExceptionResult::BreakInDebugger; in OnDebugException()
H A DProcessDebugger.cpp505 result = ExceptionResult::BreakInDebugger; in OnDebugException()
H A DDebuggerThread.cpp348 ExceptionResult::BreakInDebugger); in HandleExceptionEvent()