Home
last modified time | relevance | path

Searched refs:CrashContext (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc78 ExceptionHandler::CrashContext context; in TEST()
108 ExceptionHandler::CrashContext context; in TEST()
162 ExceptionHandler::CrashContext context; in TEST()
238 ExceptionHandler::CrashContext context; in TEST()
283 ExceptionHandler::CrashContext context; in TEST()
334 ExceptionHandler::CrashContext context; in TEST()
387 ExceptionHandler::CrashContext context; in TEST()
468 ExceptionHandler::CrashContext context; in TEST()
564 ExceptionHandler::CrashContext context; in TEST()
635 ExceptionHandler::CrashContext context; in TEST()
[all …]
Dminidump_writer.cc129 const ExceptionHandler::CrashContext* context, in MinidumpWriter()
1373 const ExceptionHandler::CrashContext* context = NULL; in WriteMinidumpImpl()
1375 if (blob_size != sizeof(ExceptionHandler::CrashContext)) in WriteMinidumpImpl()
1377 context = reinterpret_cast<const ExceptionHandler::CrashContext*>(blob); in WriteMinidumpImpl()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.h191 struct CrashContext { struct
237 bool GenerateDump(CrashContext *context);
Dexception_handler.cc213 ExceptionHandler::CrashContext g_crash_context_;
498 bool ExceptionHandler::GenerateDump(CrashContext *context) { in GenerateDump()
677 CrashContext context; in WriteMinidump()
Dexception_handler_unittest.cc1041 sizeof(ExceptionHandler::CrashContext); in TEST()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc133 MicrodumpWriter(const ExceptionHandler::CrashContext* context, in MicrodumpWriter()
646 const ExceptionHandler::CrashContext* context = NULL; in WriteMicrodump()
648 if (blob_size != sizeof(ExceptionHandler::CrashContext)) in WriteMicrodump()
650 context = reinterpret_cast<const ExceptionHandler::CrashContext*>(blob); in WriteMicrodump()
Dmicrodump_writer_unittest.cc113 ExceptionHandler::CrashContext context; in CrashAndGetMicrodump()
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc206 sizeof(google_breakpad::ExceptionHandler::CrashContext); in ClientEvent()
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym264 …0 google_breakpad::ExceptionHandler::GenerateDump(google_breakpad::ExceptionHandler::CrashContext*)
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym378 …0 google_breakpad::ExceptionHandler::GenerateDump(google_breakpad::ExceptionHandler::CrashContext*)