Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DForwardDecl.h22 SendToApplication // Send the exception to the application to be handled as if enumerator
DDebuggerThread.cpp286 else if (status == ExceptionResult::SendToApplication) in DebugLoop()
367 return ExceptionResult::SendToApplication; in HandleExceptionEvent()
DProcessWindows.cpp702 return ExceptionResult::SendToApplication; in OnDebugException()
711 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
743 result = ExceptionResult::SendToApplication; in OnDebugException()
DProcessDebugger.cpp500 return ExceptionResult::SendToApplication; in OnDebugException()
503 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
DNativeProcessWindows.cpp435 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
531 result = ExceptionResult::SendToApplication; in OnDebugException()