Searched refs:exception_code (Results 1 – 5 of 5) sorted by relevance
220 if (m_active_exception->exception_record.exception_code == in RefreshStateAfterStop()234 *stop_thread, m_active_exception->exception_record.exception_code); in RefreshStateAfterStop()237 *stop_thread, m_active_exception->exception_record.exception_code, 2, in RefreshStateAfterStop()245 m_active_exception->exception_record.exception_code, 8) in RefreshStateAfterStop()
482 llvm::support::ulittle32_t exception_code; member
69 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local70 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
401 static int GTestShouldProcessSEH(DWORD exception_code);
581 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument596 else if (exception_code == EXCEPTION_BREAKPOINT) in GTestShouldProcessSEH()598 else if (exception_code == kCxxExceptionCode) in GTestShouldProcessSEH()2392 static std::string* FormatSehExceptionMessage(DWORD exception_code, in FormatSehExceptionMessage() argument2396 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()