Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/processor/testdata/
H A Dminidump2.dump.out30 stream_type = 0x6 (MD_EXCEPTION_STREAM)
69 stream type 0x6 (MD_EXCEPTION_STREAM) at index 3
/aosp_15_r20/external/google-breakpad/src/client/ios/handler/
H A Dios_exception_minidump_generator.mm141 exception_stream->stream_type = MD_EXCEPTION_STREAM;
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dsynth_minidump.cc329 : Stream(dump, MD_EXCEPTION_STREAM) { in Exception()
H A Dminidump.cc5785 case MD_EXCEPTION_STREAM: in Read()
5930 case MD_EXCEPTION_STREAM: in get_stream_name()
/aosp_15_r20/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h327 MD_EXCEPTION_STREAM = 6, /* MDRawExceptionStream */ enumerator
/aosp_15_r20/external/google-breakpad/src/client/solaris/handler/
H A Dminidump_generator.cc591 dir->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dminidump.h733 static const uint32_t kStreamType = MD_EXCEPTION_STREAM;
/aosp_15_r20/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer_unittest.cc213 EXPECT_TRUE(minidump.SeekToStreamType(MD_EXCEPTION_STREAM, &len)); in TEST()
H A Dminidump_writer.cc765 dirent->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc1147 exception_stream->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()
/aosp_15_r20/external/google-breakpad/src/tools/linux/md2core/
H A Dminidump-2-core.cc1377 case MD_EXCEPTION_STREAM: in main()