HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionRecord (Results 1 - 25 of 25) sorted by null

  /external/google-breakpad/src/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/googletest/googletest/test/
googletest-break-on-failure-unittest_.cc 59 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 512 << Exception.ExceptionRecord.ExceptionAddress
515 Exception.ExceptionRecord.ExceptionCode)
516 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n";
523 errs() << Exception.ExceptionRecord.ExceptionAddress
526 Exception.ExceptionRecord.ExceptionCode)
527 << " (" << Exception.ExceptionRecord.ExceptionCode
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 551 << Exception.ExceptionRecord.ExceptionAddress
554 Exception.ExceptionRecord.ExceptionCode)
555 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n";
562 errs() << Exception.ExceptionRecord.ExceptionAddress
565 Exception.ExceptionRecord.ExceptionCode)
566 << " (" << Exception.ExceptionRecord.ExceptionCode
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 512 << Exception.ExceptionRecord.ExceptionAddress
515 Exception.ExceptionRecord.ExceptionCode)
516 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n";
523 errs() << Exception.ExceptionRecord.ExceptionAddress
526 Exception.ExceptionRecord.ExceptionCode)
527 << " (" << Exception.ExceptionRecord.ExceptionCode
  /external/compiler-rt/lib/asan/
asan_win.cc 226 if (exception_pointers->ExceptionRecord->ExceptionCode !=
233 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]);
271 EXCEPTION_RECORD *exception_record = info->ExceptionRecord;
  /external/catch2/include/internal/
catch_fatal_condition.cpp 48 if (ExceptionInfo->ExceptionRecord->ExceptionCode == def.id) {
  /external/deqp/framework/qphelper/
qpCrashHandler.c 167 if (info->ExceptionRecord->ExceptionCode == EXCEPTION_BREAKPOINT)
191 switch (info->ExceptionRecord->ExceptionCode)
224 g_crashHandler->crashAddress = (deUintptr)info->ExceptionRecord->ExceptionAddress;
  /external/skia/tools/
CrashHandler.cpp 116 const DWORD code = e->ExceptionRecord->ExceptionCode;
  /external/skqp/tools/
CrashHandler.cpp 116 const DWORD code = e->ExceptionRecord->ExceptionCode;
  /external/grpc-grpc/test/core/util/
test_config.cc 159 PEXCEPTION_RECORD exrec = ex_info->ExceptionRecord;
166 exrec = exrec->ExceptionRecord;
  /external/mesa3d/src/mesa/x86/
common_x86.c 97 PEXCEPTION_RECORD rec = exp->ExceptionRecord;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
CrashRecoveryContext.cpp 219 switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 480 DWORD code = exinfo->ExceptionRecord->ExceptionCode;
802 exinfo.ExceptionRecord = &ex;
812 exinfo.ExceptionRecord ? &exinfo : NULL,
    [all...]
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 216 pointers.ExceptionRecord,
  /external/libchrome/base/
logging_unittest.cc 248 *code = p->ExceptionRecord->ExceptionCode;
249 *addr = p->ExceptionRecord->ExceptionAddress;
  /external/python/cpython3/Modules/
faulthandler.c 384 DWORD code = exc_info->ExceptionRecord->ExceptionCode;
385 DWORD flags = exc_info->ExceptionRecord->ExceptionFlags;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/boringssl/src/crypto/test/
abi_test.cc 640 if (info->ExceptionRecord->ExceptionCode != EXCEPTION_SINGLE_STEP ||
  /external/python/cpython2/Modules/_ctypes/
callproc.c 411 *pdw = ptrs->ExceptionRecord->ExceptionCode;
412 *record = *ptrs->ExceptionRecord;
    [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c 408 *pdw = ptrs->ExceptionRecord->ExceptionCode;
409 *record = *ptrs->ExceptionRecord;
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c     [all...]
  /external/skqp/dm/
DM.cpp 224 const DWORD code = e->ExceptionRecord->ExceptionCode;
    [all...]
  /external/skia/dm/
DM.cpp 226 const DWORD code = e->ExceptionRecord->ExceptionCode;
    [all...]
  /external/catch2/single_include/catch2/
catch.hpp     [all...]

Completed in 3729 milliseconds