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

  /external/compiler-rt/lib/asan/
asan_win.cc 271 EXCEPTION_RECORD *exception_record = info->ExceptionRecord; local
274 if (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION ||
275 exception_record->ExceptionCode == EXCEPTION_IN_PAGE_ERROR) {
277 (exception_record->ExceptionCode == EXCEPTION_ACCESS_VIOLATION)
280 SignalContext sig = SignalContext::Create(exception_record, context);
  /external/google-breakpad/src/processor/
exploitability_win.cc 102 uint32_t exception_code = raw_exception->exception_record.exception_code;
172 if (raw_exception->exception_record.number_parameters >= 1) {
175 (raw_exception->exception_record.exception_information[0]);
minidump_processor.cc 663 *address = raw_exception->exception_record.exception_address;
670 uint32_t exception_code = raw_exception->exception_record.exception_code;
671 uint32_t exception_flags = raw_exception->exception_record.exception_flags;
    [all...]
minidump_unittest.cc 733 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
734 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags);
736 raw_exception->exception_record.exception_address);
807 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
808 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags);
810 raw_exception->exception_record.exception_address);
892 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code);
893 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags);
895 raw_exception->exception_record.exception_address);
    [all...]
minidump.cc     [all...]
  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 568 EXCEPTION_RECORD exception_record = {}; local
570 EXCEPTION_POINTERS exception_ptrs = { &exception_record, &exception_context };
574 exception_record.ExceptionCode = STATUS_INVALID_PARAMETER;
579 exception_record.NumberParameters = 3;
580 exception_record.ExceptionInformation[0] =
582 exception_record.ExceptionInformation[1] =
584 exception_record.ExceptionInformation[2] = assertion.line;
648 EXCEPTION_RECORD exception_record = {} local
740 EXCEPTION_RECORD exception_record = {}; local
    [all...]
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 137 raw_exception->exception_record.exception_code);
139 raw_exception->exception_record.exception_flags);
142 raw_exception->exception_record.exception_code);
145 raw_exception->exception_record.exception_flags);
148 raw_exception->exception_record.exception_flags);
233 raw_exception->exception_record.exception_code);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 815 EXCEPTION_RECORD *exception_record = (EXCEPTION_RECORD *)siginfo; local
818 uptr pc = (uptr)exception_record->ExceptionAddress;
826 uptr access_addr = exception_record->ExceptionInformation[1];
833 switch (exception_record->ExceptionInformation[0]) {
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 521 uint64_t exception_record; /* Address (in the minidump-producing host's member in struct:__anon20860
544 MDException exception_record; member in struct:__anon20861
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 590 exception.get()->exception_record.exception_code = writer_args->signo;
591 exception.get()->exception_record.exception_flags = 0;
595 exception.get()->exception_record.exception_address =
610 exception.get()->exception_record.exception_address =
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc     [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1411 EXCEPTION_RECORD * const exception_record = local
    [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc     [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 625 exc.get()->exception_record.exception_code = dumper_->crash_signal();
626 exc.get()->exception_record.exception_address = dumper_->crash_address();
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 743 crashinfo->fatal_signal = (int) exp->exception_record.exception_code;
    [all...]

Completed in 323 milliseconds