Home
last modified time | relevance | path

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

/llvm-project/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.cpp754 result = ExceptionResult::BreakInDebugger; in OnDebugException()
770 result = ExceptionResult::BreakInDebugger; in OnCreateThread()
784 result = ExceptionResult::BreakInDebugger; in OnExitThread()
H A DNativeProcessWindows.cpp532 return ExceptionResult::BreakInDebugger; in OnDebugException()
561 result = ExceptionResult::BreakInDebugger; in OnDebugException()
H A DProcessDebugger.cpp518 result = ExceptionResult::BreakInDebugger; in OnCreateThread()
H A DDebuggerThread.cpp379 LLDB_LOG(log, "waiting for ExceptionPred != BreakInDebugger"); in HandleCreateProcessEvent()
381 ExceptionResult::BreakInDebugger); in HandleCreateProcessEvent()