HomeSort by relevance Sort by last modified time
    Searched refs:exception_flags (Results 1 - 9 of 9) sorted by null

  /external/google-breakpad/src/processor/
minidump_processor.cc 671 uint32_t exception_flags = raw_exception->exception_record.exception_flags; local
673 exception_code, exception_flags);
684 snprintf(flags_string, sizeof(flags_string), "0x%08x", exception_flags);
688 switch (exception_flags) {
710 switch (exception_flags) {
724 switch (exception_flags) {
751 switch (exception_flags) {
763 switch (exception_flags) {
790 switch (exception_flags) {
    [all...]
synth_minidump.h 279 uint32_t exception_flags = 0,
synth_minidump.cc 301 uint32_t exception_flags,
307 D32(exception_flags);
minidump_unittest.cc 734 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags);
808 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags);
893 EXPECT_EQ(0xf0e0d0c0, raw_exception->exception_record.exception_flags);
    [all...]
minidump.cc     [all...]
  /external/google-breakpad/src/client/mac/tests/
exception_handler_test.cc 139 raw_exception->exception_record.exception_flags);
145 raw_exception->exception_record.exception_flags);
148 raw_exception->exception_record.exception_flags);
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 519 uint32_t exception_flags; /* Windows: 1 if noncontinuable, member in struct:__anon9515
    [all...]
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 591 exception.get()->exception_record.exception_flags = 0;
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc     [all...]

Completed in 107 milliseconds