Home
last modified time | relevance | path

Searched refs:MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED (Results 1 – 5 of 5) 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/handler/
Dexception_handler_unittest.cc1019 EXPECT_EQ(MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED, in TEST()
1190 EXPECT_EQ(MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED, in TEST()
Dexception_handler.cc665 context.siginfo.si_signo = MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED; in WriteMinidump()
/external/google-breakpad/src/processor/
Dminidump_processor.cc1257 case MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED: in GetCrashReason()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc1316 dumper.set_crash_signal(MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED); in WriteMinidump()