Home | History | Annotate | Download | only in processor

Lines Matching refs:exception

46 using google_breakpad::SynthMinidump::Exception;
194 TEST(Exception, Simple) {
199 Exception exception(dump, context,
201 0xdcba4321, // exception code
202 0xf0e0d0c0, // exception flags
203 0x0919a9b9c9d9e9f9ULL); // exception address
205 ASSERT_TRUE(exception.GetContents(&contents));
209 0x21, 0x43, 0xba, 0xdc, // exception code
210 0xc0, 0xd0, 0xe0, 0xf0, // exception flags
211 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // exception record
212 0xf9, 0xe9, 0xd9, 0xc9, 0xb9, 0xa9, 0x19, 0x09, // exception address