Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp715 return ExceptionResult::SendToApplication; in OnDebugException()
724 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
756 result = ExceptionResult::SendToApplication; in OnDebugException()
H A DDebuggerThread.cpp250 else if (status == ExceptionResult::SendToApplication) in DebugLoop()
330 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()