Home
last modified time | relevance | path

Searched refs:MD_EXCEPTION_CODE_MAC_NS_EXCEPTION (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/google_breakpad/common/
Dminidump_exception_mac.h94 MD_EXCEPTION_CODE_MAC_NS_EXCEPTION = 0xDEADC0DE, /* uncaught NSException */ enumerator
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm47 const int kExceptionCode = MD_EXCEPTION_CODE_MAC_NS_EXCEPTION;
/external/google-breakpad/src/processor/
Dminidump_processor.cc909 case MD_EXCEPTION_CODE_MAC_NS_EXCEPTION: in GetCrashReason()