Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm142 exception_stream->stream_type = MD_EXCEPTION_STREAM;
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out30 stream_type = 0x6 (MD_EXCEPTION_STREAM)
69 stream type 0x6 (MD_EXCEPTION_STREAM) at index 3
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h318 MD_EXCEPTION_STREAM = 6, /* MDRawExceptionStream */ enumerator
/external/google-breakpad/src/processor/
Dsynth_minidump.cc326 : Stream(dump, MD_EXCEPTION_STREAM) { in Exception()
Dminidump.cc5281 case MD_EXCEPTION_STREAM: in Read()
5420 case MD_EXCEPTION_STREAM: in get_stream_name()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h653 static const uint32_t kStreamType = MD_EXCEPTION_STREAM;
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc587 dir->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc208 EXPECT_TRUE(minidump.SeekToStreamType(MD_EXCEPTION_STREAM, &len)); in TEST()
Dminidump_writer.cc709 dirent->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1142 exception_stream->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc1276 case MD_EXCEPTION_STREAM: in main()