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

  /external/google-breakpad/src/processor/
exploitability_win.cc 83 const MDRawExceptionStream *raw_exception = exception->exception(); local
84 if (!raw_exception) {
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_unittest.cc 731 const MDRawExceptionStream* raw_exception = md_exception->exception(); local
732 ASSERT_TRUE(raw_exception != NULL);
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);
805 const MDRawExceptionStream* raw_exception = md_exception->exception(); local
806 ASSERT_TRUE(raw_exception != NULL);
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)
890 const MDRawExceptionStream* raw_exception = md_exception->exception(); local
972 const MDRawExceptionStream* raw_exception = md_exception->exception(); local
1035 const MDRawExceptionStream* raw_exception = md_exception->exception(); local
1119 const MDRawExceptionStream* raw_exception = md_exception->exception(); local
1218 const MDRawExceptionStream* raw_exception = md_exception->exception(); local
    [all...]
minidump_processor.cc 658 const MDRawExceptionStream *raw_exception = exception->exception(); local
659 if (!raw_exception)
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...]
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 132 const MDRawExceptionStream* raw_exception = exception->exception(); local
133 ASSERT_TRUE(raw_exception);
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);
229 const MDRawExceptionStream* raw_exception = exception->exception(); local
230 ASSERT_TRUE(raw_exception);
233 raw_exception->exception_record.exception_code)
    [all...]

Completed in 90 milliseconds