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/
DForwardDecl.h17 BreakInDebugger, // Break in the debugger and give the user a chance to enumerator
DProcessWindows.cpp726 result = ExceptionResult::BreakInDebugger; in OnDebugException()
742 result = ExceptionResult::BreakInDebugger; in OnDebugException()
756 result = ExceptionResult::BreakInDebugger; in OnDebugException()
DNativeProcessWindows.cpp528 return ExceptionResult::BreakInDebugger; in OnDebugException()
557 result = ExceptionResult::BreakInDebugger; in OnDebugException()
DProcessDebugger.cpp505 result = ExceptionResult::BreakInDebugger; in OnDebugException()
DDebuggerThread.cpp348 ExceptionResult::BreakInDebugger); in HandleExceptionEvent()