Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DForwardDecl.h17 BreakInDebugger, // Break in the debugger and give the user a chance to enumerator
DProcessWindows.cpp715 result = ExceptionResult::BreakInDebugger; in OnDebugException()
731 result = ExceptionResult::BreakInDebugger; in OnDebugException()
745 result = ExceptionResult::BreakInDebugger; in OnDebugException()
DNativeProcessWindows.cpp504 return ExceptionResult::BreakInDebugger; in OnDebugException()
533 result = ExceptionResult::BreakInDebugger; in OnDebugException()
DDebuggerThread.cpp384 ExceptionResult::BreakInDebugger); in HandleExceptionEvent()
DProcessDebugger.cpp509 result = ExceptionResult::BreakInDebugger; in OnDebugException()