Home
last modified time | relevance | path

Searched refs:ExceptionRecord (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp512 << Exception.ExceptionRecord.ExceptionAddress in main()
515 Exception.ExceptionRecord.ExceptionCode) in main()
516 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main()
523 errs() << Exception.ExceptionRecord.ExceptionAddress in main()
526 Exception.ExceptionRecord.ExceptionCode) in main()
527 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp512 << Exception.ExceptionRecord.ExceptionAddress in main()
515 Exception.ExceptionRecord.ExceptionCode) in main()
516 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main()
523 errs() << Exception.ExceptionRecord.ExceptionAddress in main()
526 Exception.ExceptionRecord.ExceptionCode) in main()
527 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp551 << Exception.ExceptionRecord.ExceptionAddress in main()
554 Exception.ExceptionRecord.ExceptionCode) in main()
555 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main()
562 errs() << Exception.ExceptionRecord.ExceptionAddress in main()
565 Exception.ExceptionRecord.ExceptionCode) in main()
566 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
/external/compiler-rt/lib/asan/
Dasan_win.cc226 if (exception_pointers->ExceptionRecord->ExceptionCode != in ShadowExceptionHandler()
233 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]); in ShadowExceptionHandler()
271 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; in SEHHandler()
/external/googletest/googletest/test/
Dgoogletest-break-on-failure-unittest_.cc59 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_break_on_failure_unittest_.cc60 exit(exception_pointers->ExceptionRecord->ExceptionCode); in ExitWithExceptionCode()
/external/deqp/framework/qphelper/
DqpCrashHandler.c167 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT) in unhandledExceptionFilter()
191 switch (info->ExceptionRecord->ExceptionCode) in unhandledExceptionFilter()
224 g_crashHandler->crashAddress = (deUintptr)info->ExceptionRecord->ExceptionAddress; in unhandledExceptionFilter()
/external/grpc-grpc/test/core/util/
Dtest_config.cc159 PEXCEPTION_RECORD exrec = ex_info->ExceptionRecord; in crash_handler()
166 exrec = exrec->ExceptionRecord; in crash_handler()
/external/catch2/include/internal/
Dcatch_fatal_condition.cpp48 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) { in handleVectoredException()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc480 DWORD code = exinfo->ExceptionRecord->ExceptionCode; in HandleException()
802 exinfo.ExceptionRecord = &ex; in WriteMinidumpForChild()
812 exinfo.ExceptionRecord ? &exinfo : NULL, in WriteMinidumpForChild()
/external/skqp/tools/
DCrashHandler.cpp116 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
/external/skia/tools/
DCrashHandler.cpp116 const DWORD code = e->ExceptionRecord->ExceptionCode; in handler()
/external/mesa3d/src/mesa/x86/
Dcommon_x86.c97 PEXCEPTION_RECORD rec = exp->ExceptionRecord; in ExceptionFilter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCrashRecoveryContext.cpp219 switch (ExceptionInfo->ExceptionRecord->ExceptionCode) in ExceptionHandler()
/external/libchrome/base/
Dlogging_unittest.cc248 *code = p->ExceptionRecord->ExceptionCode; in GetCheckExceptionData()
249 *addr = p->ExceptionRecord->ExceptionAddress; in GetCheckExceptionData()
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.cc216 pointers.ExceptionRecord, in ReadExceptionCode()
/external/python/cpython3/Modules/
Dfaulthandler.c384 DWORD code = exc_info->ExceptionRecord->ExceptionCode; in faulthandler_exc_handler()
385 DWORD flags = exc_info->ExceptionRecord->ExceptionFlags; in faulthandler_exc_handler()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dseh-safe-div-win32.ll103 ; EXCEPTION_RECORD *ExceptionRecord;
Dseh-safe-div.ll110 ; EXCEPTION_RECORD *ExceptionRecord;
/external/llvm/test/CodeGen/X86/
Dseh-safe-div.ll110 ; EXCEPTION_RECORD *ExceptionRecord;
Dseh-safe-div-win32.ll103 ; EXCEPTION_RECORD *ExceptionRecord;
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1030 ULONG64 ExceptionRecord; member
1040 MINIDUMP_EXCEPTION ExceptionRecord; member
1081 ULONG64 ExceptionRecord; member
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c408 *pdw = ptrs->ExceptionRecord->ExceptionCode; in HandleException()
409 *record = *ptrs->ExceptionRecord; in HandleException()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c411 *pdw = ptrs->ExceptionRecord->ExceptionCode; in HandleException()
412 *record = *ptrs->ExceptionRecord; in HandleException()
/external/boringssl/src/crypto/test/
Dabi_test.cc640 if (info->ExceptionRecord->ExceptionCode != EXCEPTION_SINGLE_STEP || in ExceptionHandler()

12