Home
last modified time | relevance | path

Searched refs:raw_exception (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
Dminidump_unittest.cc1093 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST() local
1094 ASSERT_TRUE(raw_exception != NULL); in TEST()
1095 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1096 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()
1098 raw_exception->exception_record.exception_address); in TEST()
1167 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST() local
1168 ASSERT_TRUE(raw_exception != NULL); in TEST()
1169 EXPECT_EQ(0xdcba4321, raw_exception->exception_record.exception_code); in TEST()
1170 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()
1172 raw_exception->exception_record.exception_address); in TEST()
[all …]
Dexploitability_win.cc83 const MDRawExceptionStream *raw_exception = exception->exception(); in CheckPlatformExploitability() local
84 if (!raw_exception) { in CheckPlatformExploitability()
102 uint32_t exception_code = raw_exception->exception_record.exception_code; in CheckPlatformExploitability()
168 if (raw_exception->exception_record.number_parameters >= 1) { in CheckPlatformExploitability()
171 (raw_exception->exception_record.exception_information[0]); in CheckPlatformExploitability()
Dminidump_processor.cc732 const MDRawExceptionStream *raw_exception = exception->exception(); in GetCrashReason() local
733 if (!raw_exception) in GetCrashReason()
737 *address = raw_exception->exception_record.exception_address; in GetCrashReason()
745 uint32_t exception_code = raw_exception->exception_record.exception_code; in GetCrashReason()
746 uint32_t exception_flags = raw_exception->exception_record.exception_flags; in GetCrashReason()
1168 if (raw_exception->exception_record.number_parameters >= 1) { in GetCrashReason()
1171 (raw_exception->exception_record.exception_information[0]); in GetCrashReason()
1190 raw_exception->exception_record.number_parameters >= 2) { in GetCrashReason()
1192 raw_exception->exception_record.exception_information[1]; in GetCrashReason()
1205 if (raw_exception->exception_record.number_parameters >= 1) { in GetCrashReason()
[all …]
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc133 const MDRawExceptionStream* raw_exception = exception->exception(); in InProcessCrash() local
134 ASSERT_TRUE(raw_exception); in InProcessCrash()
138 raw_exception->exception_record.exception_code); in InProcessCrash()
140 raw_exception->exception_record.exception_flags); in InProcessCrash()
143 raw_exception->exception_record.exception_code); in InProcessCrash()
146 raw_exception->exception_record.exception_flags); in InProcessCrash()
149 raw_exception->exception_record.exception_flags); in InProcessCrash()
230 const MDRawExceptionStream* raw_exception = exception->exception(); in TEST_F() local
231 ASSERT_TRUE(raw_exception); in TEST_F()
234 raw_exception->exception_record.exception_code); in TEST_F()