HomeSort by relevance Sort by last modified time
    Searched defs:Minidump (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/processor/
minidump.cc 30 // minidump.cc: A minidump reader.
32 // See minidump.h for documentation.
36 #include "google_breakpad/processor/minidump.h"
148 // Given a pointer to a 128-bit int in the minidump data, set the "low"
225 // some use 32 bits. For the purposes of a minidump, wide strings are
393 MinidumpObject::MinidumpObject(Minidump* minidump)
395 minidump_(minidump) {
404 MinidumpStream::MinidumpStream(Minidump* minidump
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 30 // minidump.h: A minidump reader.
32 // The basic structure of this module tracks the structure of the minidump
33 // file itself. At the top level, a minidump file is represented by a
34 // Minidump object. Like most other classes in this module, Minidump
37 // "raw" structures found in the minidump file itself, and defined in
43 // Most of the module lazily reads only the portion of the minidump file
44 // necessary to fulfill the user's request. Calling Minidump::Read
45 // only reads the minidump's directory. The thread list is not read unti
    [all...]

Completed in 107 milliseconds