Home | History | Annotate | Download | only in processor

Lines Matching refs:exception

63 using google_breakpad::SynthMinidump::Exception;
706 Exception exception(dump, context,
708 0xdcba4321, // exception code
709 0xf0e0d0c0, // exception flags
710 0x0919a9b9c9d9e9f9ULL); // exception address
713 dump.Add(&exception);
731 const MDRawExceptionStream* raw_exception = md_exception->exception();
780 Exception exception(dump, context,
782 0xdcba4321, // exception code
783 0xf0e0d0c0, // exception flags
784 0x0919a9b9c9d9e9f9ULL); // exception address
787 dump.Add(&exception);
805 const MDRawExceptionStream* raw_exception = md_exception->exception();
835 // the CPU flags are missing from the context_flags of an exception record
856 Exception exception(dump, context,
858 0xdcba4321, // exception code
859 0xf0e0d0c0, // exception flags
860 0x0919a9b9c9d9e9f9ULL); // exception address
863 dump.Add(&exception);
890 const MDRawExceptionStream* raw_exception = md_exception->exception();
923 // This test covers a scenario where a dump contains an exception but the
924 // context record of the exception is missing the CPU type information in its
947 Exception exception(dump, context,
949 0xdcba4321, // exception code
950 0xf0e0d0c0, // exception flags
951 0x0919a9b9c9d9e9f9ULL); // exception address
954 dump.Add(&exception);
972 const MDRawExceptionStream* raw_exception = md_exception->exception();
979 // The context record of the exception is unusable because the context_flags
1010 Exception exception(dump, context,
1012 0xdcba4321, // exception code
1013 0xf0e0d0c0, // exception flags
1014 0x0919a9b9c9d9e9f9ULL); // exception address
1017 dump.Add(&exception);
1035 const MDRawExceptionStream* raw_exception = md_exception->exception();
1094 Exception exception(dump, context,
1096 0xdcba4321, // exception code
1097 0xf0e0d0c0, // exception flags
1098 0x0919a9b9c9d9e9f9ULL); // exception address
1101 dump.Add(&exception);
1119 const MDRawExceptionStream* raw_exception = md_exception->exception();
1193 Exception exception(dump, context,
1195 0xdcba4321, // Exception code.
1196 0xf0e0d0c0, // Exception flags.
1197 0x0919a9b9); // Exception address.
1200 dump.Add(&exception);
1218 const MDRawExceptionStream* raw_exception = md_exception->exception();