Home
last modified time | relevance | path

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

/external/google-breakpad/src/google_breakpad/common/
Dminidump_exception_linux.h74 MD_EXCEPTION_CODE_LIN_SIGXCPU = 24, /* CPU limit exceeded (4.2 BSD) */ enumerator
/external/google-breakpad/src/processor/
Dexploitability_linux.cc609 case MD_EXCEPTION_CODE_LIN_SIGXCPU: in BenignCrashTrigger()
Dminidump_processor.cc1486 case MD_EXCEPTION_CODE_LIN_SIGXCPU: in GetCrashReason()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc412 case MD_EXCEPTION_CODE_LIN_SIGXCPU: in GetCrashSignalString()