Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/ios/handler/
H A Dios_exception_minidump_generator.mm134 MDRawDirectory* exception_stream) {
141 exception_stream->stream_type = MD_EXCEPTION_STREAM;
142 exception_stream->location = exception.location();
157 return MinidumpGenerator::WriteExceptionStream(exception_stream);
H A Dios_exception_minidump_generator.h47 virtual bool WriteExceptionStream(MDRawDirectory* exception_stream);
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.h135 virtual bool WriteExceptionStream(MDRawDirectory* exception_stream);
H A Dminidump_generator.cc1141 MinidumpGenerator::WriteExceptionStream(MDRawDirectory* exception_stream) { in WriteExceptionStream() argument
1147 exception_stream->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()
1148 exception_stream->location = exception.location(); in WriteExceptionStream()