Home
last modified time | relevance | path

Searched refs:exception_stream (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm135 MDRawDirectory *exception_stream) {
142 exception_stream->stream_type = MD_EXCEPTION_STREAM;
143 exception_stream->location = exception.location();
158 return MinidumpGenerator::WriteExceptionStream(exception_stream);
Dios_exception_minidump_generator.h48 virtual bool WriteExceptionStream(MDRawDirectory *exception_stream);
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h119 virtual bool WriteExceptionStream(MDRawDirectory *exception_stream);
Dminidump_generator.cc1116 MinidumpGenerator::WriteExceptionStream(MDRawDirectory *exception_stream) { in WriteExceptionStream() argument
1122 exception_stream->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()
1123 exception_stream->location = exception.location(); in WriteExceptionStream()