Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dexploitability_linux.h71 bool BenignCrashTrigger(const MDRawExceptionStream *raw_exception_stream);
Dexploitability_linux.cc119 const MDRawExceptionStream *raw_exception_stream = exception->exception(); in CheckPlatformExploitability()
195 const MDRawExceptionStream *raw_exception_stream = exception->exception(); in EndedOnIllegalWrite()
584 bool ExploitabilityLinux::BenignCrashTrigger(const MDRawExceptionStream in BenignCrashTrigger()
Dminidump_unittest.cc1093 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
1167 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
1252 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
1334 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
1397 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
1481 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
1580 const MDRawExceptionStream* raw_exception = md_exception->exception(); in TEST()
Dexploitability_win.cc83 const MDRawExceptionStream *raw_exception = exception->exception(); in CheckPlatformExploitability()
Dsynth_minidump.cc338 assert(Size() == sizeof(MDRawExceptionStream)); in Exception()
Dminidump_processor.cc732 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/client/mac/tests/
Dexception_handler_test.cc133 const MDRawExceptionStream* raw_exception = exception->exception(); in InProcessCrash()
230 const MDRawExceptionStream* raw_exception = exception->exception(); in TEST_F()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc702 TypedMDRVA<MDRawExceptionStream> exc(&minidump_writer_); in WriteExceptionStream()
706 MDRawExceptionStream* stream = exc.get(); in WriteExceptionStream()
707 my_memset(stream, 0, sizeof(MDRawExceptionStream)); in WriteExceptionStream()
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h635 const MDRawExceptionStream* exception() const { in exception()
659 MDRawExceptionStream exception_;
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h566 } MDRawExceptionStream; /* MINIDUMP_EXCEPTION_STREAM */ typedef
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc1109 const MDRawExceptionStream* raw = exception->exception(); in TEST()
1280 const MDRawExceptionStream* raw = exception->exception(); in TEST()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1137 TypedMDRVA<MDRawExceptionStream> exception(&writer_); in WriteExceptionStream()
1144 MDRawExceptionStream *exception_ptr = exception.get(); in WriteExceptionStream()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc915 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()