Searched refs:exception_flags (Results 1 – 12 of 12) sorted by relevance
/external/google-breakpad/src/processor/ |
D | minidump_processor.cc | 125 exception->exception()->exception_record.exception_flags, in Process() 746 uint32_t exception_flags = raw_exception->exception_record.exception_flags; in GetCrashReason() local 747 snprintf(flags_string, sizeof(flags_string), "0x%08x", exception_flags); in GetCrashReason() 810 switch (exception_flags) { in GetCrashReason() 835 switch (exception_flags) { in GetCrashReason() 849 switch (exception_flags) { in GetCrashReason() 868 switch (exception_flags) { in GetCrashReason() 889 switch (exception_flags) { in GetCrashReason() 901 switch (exception_flags) { in GetCrashReason() 929 switch (exception_flags) { in GetCrashReason() [all …]
|
D | minidump_unittest.cc | 1096 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 1170 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 1255 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 1337 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 1400 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 1484 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 1583 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()
|
D | synth_minidump.cc | 324 uint32_t exception_flags, in Exception() argument 330 D32(exception_flags); in Exception()
|
D | synth_minidump.h | 289 uint32_t exception_flags = 0,
|
D | minidump.cc | 3199 Swap(&exception_.exception_record.exception_flags); in Read() 3274 exception_.exception_record.exception_flags); in Print()
|
/external/google-breakpad/src/client/mac/tests/ |
D | exception_handler_test.cc | 140 raw_exception->exception_record.exception_flags); in InProcessCrash() 146 raw_exception->exception_record.exception_flags); in InProcessCrash() 149 raw_exception->exception_record.exception_flags); in InProcessCrash()
|
/external/google-breakpad/src/client/ios/handler/ |
D | ios_exception_minidump_generator.mm | 150 exception_ptr->exception_record.exception_flags = kExceptionCode;
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_format.h | 538 uint32_t exception_flags; /* Windows: 1 if noncontinuable, member
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 591 exception.get()->exception_record.exception_flags = 0; in WriteExceptionStream()
|
/external/google-breakpad/src/processor/testdata/ |
D | minidump2.dump.out | 628 exception_record.exception_flags = 0x0
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 714 stream->exception_record.exception_flags = dumper_->crash_signal_code(); in WriteExceptionStream()
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 1150 exception_ptr->exception_record.exception_flags = exception_code_; in WriteExceptionStream()
|