Home
last modified time | relevance | path

Searched refs:exception_flags (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/processor/
Dminidump_processor.cc671 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 …]
Dminidump_unittest.cc734 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()
Dsynth_minidump.cc301 uint32_t exception_flags, in Exception() argument
307 D32(exception_flags); in Exception()
Dsynth_minidump.h279 uint32_t exception_flags = 0,
Dminidump.cc2924 Swap(&exception_.exception_record.exception_flags); in Read()
2999 exception_.exception_record.exception_flags); in Print()
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc139 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/
Dminidump_format.h519 uint32_t exception_flags; /* Windows: 1 if noncontinuable, member
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm150 exception_ptr->exception_record.exception_flags = kExceptionCode;
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc591 exception.get()->exception_record.exception_flags = 0; in WriteExceptionStream()
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out628 exception_record.exception_flags = 0x0
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1130 exception_ptr->exception_record.exception_flags = exception_code_; in WriteExceptionStream()