Home
last modified time | relevance | path

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

/llvm-project/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.cpp741 return ExceptionResult::SendToApplication; in OnDebugException()
750 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
782 result = ExceptionResult::SendToApplication; in OnExitThread()
H A DProcessDebugger.cpp509 return ExceptionResult::SendToApplication; in OnDebugException()
512 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
H A DDebuggerThread.cpp252 else if (status == ExceptionResult::SendToApplication) in DebugLoop()
364 : ExceptionResult::SendToApplication; in HandleCreateThreadEvent()
H A DNativeProcessWindows.cpp462 ExceptionResult result = ExceptionResult::SendToApplication; in OnDebugException()
559 result = ExceptionResult::SendToApplication; in OnDebugException()