Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp220 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()
H A DMinidumpTypes.h482 llvm::support::ulittle32_t exception_code; member
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_win.cc69 DWORD exception_code = info->ExceptionRecord->ExceptionCode; in SEHHandler() local
70 if (__sanitizer::IsHandledDeadlyException(exception_code)) in SEHHandler()
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h401 static int GTestShouldProcessSEH(DWORD exception_code);
H A Dgtest.cc581 int UnitTestOptions::GTestShouldProcessSEH(DWORD exception_code) { in GTestShouldProcessSEH() argument
596 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() argument
2396 exception_code << std::setbase(10) << " thrown in " << location << "."; in FormatSehExceptionMessage()