Home
last modified time | relevance | path

Searched refs:MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/google_breakpad/common/
Dminidump_exception_linux.h83 MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED = 0xFFFFFFFF /* No exception, enumerator
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer_unittest.cc121 context.siginfo.si_signo = MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED; in CrashAndGetMicrodump()
218 ASSERT_EQ(MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED, crash_reason); in CheckMicrodumpContents()
/external/google-breakpad/src/processor/
Dexploitability_linux.cc617 case MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED: in BenignCrashTrigger()
Dminidump_processor.cc1510 case MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED: in GetCrashReason()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc1111 EXPECT_EQ(MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED, in TEST()
1282 EXPECT_EQ(MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED, in TEST()
Dexception_handler.cc713 context.siginfo.si_signo = MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED; in WriteMinidump()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc428 case MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED: in GetCrashSignalString()
Dminidump_writer.cc1425 dumper.set_crash_signal(MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED); in WriteMinidump()