Home
last modified time | relevance | path

Searched refs:MD_BREAKPAD_INFO_STREAM (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.cc351 user_stream_array[0].Type = MD_BREAKPAD_INFO_STREAM; in WriteMinidump()
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out48 stream_type = 0x47670001 (MD_BREAKPAD_INFO_STREAM)
72 stream type 0x47670001 (MD_BREAKPAD_INFO_STREAM) at index 6
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h338 MD_BREAKPAD_INFO_STREAM = 0x47670001, /* MDRawBreakpadInfo */ enumerator
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc955 user_stream_array[index].Type = MD_BREAKPAD_INFO_STREAM; in WriteMinidumpWithExceptionForProcess()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h931 static const uint32_t kStreamType = MD_BREAKPAD_INFO_STREAM;
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc653 dir->stream_type = MD_BREAKPAD_INFO_STREAM; in WriteBreakpadInfoStream()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1586 breakpad_info_stream->stream_type = MD_BREAKPAD_INFO_STREAM; in WriteBreakpadInfoStream()
/external/google-breakpad/src/processor/
Dminidump.cc5284 case MD_BREAKPAD_INFO_STREAM: in Read()
5456 case MD_BREAKPAD_INFO_STREAM: in get_stream_name()