Home
last modified time | relevance | path

Searched refs:MDRawExceptionStream (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/processor/
Dminidump_unittest.cc731 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
805 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
890 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
972 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
1035 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
1119 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
1218 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
Dexploitability_win.cc83 const MDRawExceptionStream *raw_exception = exception->exception(); in CheckPlatformExploitability()
Dsynth_minidump.cc315 assert(Size() == sizeof(MDRawExceptionStream)); in Exception()
Dminidump_processor.cc658 const MDRawExceptionStream *raw_exception = exception->exception(); in GetCrashReason()
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm137 TypedMDRVA<MDRawExceptionStream> exception(&writer_);
144 MDRawExceptionStream *exception_ptr = exception.get();
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h599 const MDRawExceptionStream* exception() const { in exception()
623 MDRawExceptionStream exception_;
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc132 const MDRawExceptionStream* raw_exception = exception->exception(); in InProcessCrash()
229 const MDRawExceptionStream* raw_exception = exception->exception(); in TEST_F()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h546 } MDRawExceptionStream; /* MINIDUMP_EXCEPTION_STREAM */ typedef
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc1017 const MDRawExceptionStream* raw = exception->exception(); in TEST()
1188 const MDRawExceptionStream* raw = exception->exception(); in TEST()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc616 TypedMDRVA<MDRawExceptionStream> exc(&minidump_writer_); in WriteExceptionStream()
619 my_memset(exc.get(), 0, sizeof(MDRawExceptionStream)); in WriteExceptionStream()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1117 TypedMDRVA<MDRawExceptionStream> exception(&writer_); in WriteExceptionStream()
1124 MDRawExceptionStream *exception_ptr = exception.get(); in WriteExceptionStream()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc741 const MDRawExceptionStream* exp = range.GetData<MDRawExceptionStream>(0); in ParseExceptionStream()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc583 TypedMDRVA<MDRawExceptionStream> exception(minidump_writer); in WriteExceptionStream()