Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/handler/
Dexception_handler.h191 struct CrashContext { struct
237 bool GenerateDump(CrashContext *context);
Dexception_handler.cc421 CrashContext context; in HandleSignal()
467 bool ExceptionHandler::GenerateDump(CrashContext *context) { in GenerateDump()
629 CrashContext context; in WriteMinidump()
Dexception_handler_unittest.cc949 sizeof(ExceptionHandler::CrashContext); in TEST()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc61 MicrodumpWriter(const ExceptionHandler::CrashContext* context, in MicrodumpWriter()
381 const ExceptionHandler::CrashContext* context = NULL; in WriteMicrodump()
383 if (blob_size != sizeof(ExceptionHandler::CrashContext)) in WriteMicrodump()
385 context = reinterpret_cast<const ExceptionHandler::CrashContext*>(blob); in WriteMicrodump()
Dmicrodump_writer_unittest.cc70 ExceptionHandler::CrashContext context; in TEST()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc81 ExceptionHandler::CrashContext context; in TEST()
110 ExceptionHandler::CrashContext context; in TEST()
175 ExceptionHandler::CrashContext context; in TEST()
296 ExceptionHandler::CrashContext context; in TEST()
391 ExceptionHandler::CrashContext context; in TEST()
462 ExceptionHandler::CrashContext context; in TEST()
520 ExceptionHandler::CrashContext context; in TEST()
Dminidump_writer.cc128 const ExceptionHandler::CrashContext* context, in MinidumpWriter()
1275 const ExceptionHandler::CrashContext* context = NULL; in WriteMinidumpImpl()
1277 if (blob_size != sizeof(ExceptionHandler::CrashContext)) in WriteMinidumpImpl()
1279 context = reinterpret_cast<const ExceptionHandler::CrashContext*>(blob); in WriteMinidumpImpl()
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc203 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*)