Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DForwardDecl.h22 SendToApplication // Send the exception to the application to be handled as if enumerator
H A DProcessWindows.cpp713 return ExceptionResult::SendToApplication; in OnDebugException()
722 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
754 result = ExceptionResult::SendToApplication; in OnDebugException()
H A DDebuggerThread.cpp251 else if (status == ExceptionResult::SendToApplication) in DebugLoop()
331 return ExceptionResult::SendToApplication; in HandleExceptionEvent()
H A DProcessDebugger.cpp496 return ExceptionResult::SendToApplication; in OnDebugException()
499 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
H A DNativeProcessWindows.cpp458 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
555 result = ExceptionResult::SendToApplication; in OnDebugException()