Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp728 result = ExceptionResult::BreakInDebugger; in OnDebugException()
744 result = ExceptionResult::BreakInDebugger; in OnDebugException()
758 result = ExceptionResult::BreakInDebugger; in OnDebugException()
H A DNativeProcessWindows.cpp528 return ExceptionResult::BreakInDebugger; in OnDebugException()
557 result = ExceptionResult::BreakInDebugger; in OnDebugException()
H A DDebuggerThread.cpp347 ExceptionResult::BreakInDebugger); in HandleExceptionEvent()
H A DProcessDebugger.cpp505 result = ExceptionResult::BreakInDebugger; in OnDebugException()