HomeSort by relevance Sort by last modified time
    Searched refs:CrashContext (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/client/linux/handler/
exception_handler.h 191 struct CrashContext {
237 bool GenerateDump(CrashContext *context);
exception_handler.cc 390 const void* context; // a CrashContext structure
421 CrashContext context;
436 // and 'float_state' is not a member of CrashContext.
467 bool ExceptionHandler::GenerateDump(CrashContext *context) {
629 CrashContext context;
642 // CrashContext object in this function, which is about 128 KB. Since the
exception_handler_unittest.cc 949 sizeof(ExceptionHandler::CrashContext);
    [all...]
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 61 MicrodumpWriter(const ExceptionHandler::CrashContext* context,
381 const ExceptionHandler::CrashContext* context = NULL;
383 if (blob_size != sizeof(ExceptionHandler::CrashContext))
385 context = reinterpret_cast<const ExceptionHandler::CrashContext*>(blob);
microdump_writer_unittest.cc 70 ExceptionHandler::CrashContext context;
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 81 ExceptionHandler::CrashContext context;
110 ExceptionHandler::CrashContext context;
175 ExceptionHandler::CrashContext context;
296 ExceptionHandler::CrashContext context;
391 ExceptionHandler::CrashContext context;
462 ExceptionHandler::CrashContext context;
520 ExceptionHandler::CrashContext context;
minidump_writer.cc 128 const ExceptionHandler::CrashContext* context,
    [all...]
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.cc 203 sizeof(google_breakpad::ExceptionHandler::CrashContext);

Completed in 442 milliseconds