Searched refs:exception_flags (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/src/processor/ |
D | minidump_processor.cc | 671 uint32_t exception_flags = raw_exception->exception_record.exception_flags; in GetCrashReason() local 673 exception_code, exception_flags); in GetCrashReason() 684 snprintf(flags_string, sizeof(flags_string), "0x%08x", exception_flags); in GetCrashReason() 688 switch (exception_flags) { in GetCrashReason() 710 switch (exception_flags) { in GetCrashReason() 724 switch (exception_flags) { in GetCrashReason() 751 switch (exception_flags) { in GetCrashReason() 763 switch (exception_flags) { in GetCrashReason() 790 switch (exception_flags) { in GetCrashReason() 826 switch (exception_flags) { in GetCrashReason() [all …]
|
D | minidump_unittest.cc | 734 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 808 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 893 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 975 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 1038 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 1122 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST() 1221 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags); in TEST()
|
D | synth_minidump.cc | 301 uint32_t exception_flags, in Exception() argument 307 D32(exception_flags); in Exception()
|
D | synth_minidump.h | 279 uint32_t exception_flags = 0,
|
D | minidump.cc | 2924 Swap(&exception_.exception_record.exception_flags); in Read() 2999 exception_.exception_record.exception_flags); in Print()
|
/external/google-breakpad/src/client/mac/tests/ |
D | exception_handler_test.cc | 139 raw_exception->exception_record.exception_flags); in InProcessCrash() 145 raw_exception->exception_record.exception_flags); in InProcessCrash() 148 raw_exception->exception_record.exception_flags); in InProcessCrash()
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_format.h | 519 uint32_t exception_flags; /* Windows: 1 if noncontinuable, member
|
/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/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/mac/handler/ |
D | minidump_generator.cc | 1130 exception_ptr->exception_record.exception_flags = exception_code_; in WriteExceptionStream()
|