Lines Matching full:minidump
5 record crashes in compact "minidump" files, send them back to your server, and
17 write minidump files capturing the current threads' state and the identities
19 the client to write a minidump when a crash occurs, or when explicitly
26 * The **processor** is a program that reads a minidump file, finds the
28 libraries the minidump mentions, and produces a human-readable C/C++ stack
31 # The minidump file format
33 The minidump file format is similar to core files but was developed by Microsoft
34 for its crash-uploading facility. A minidump file contains:
40 * A list of threads present in the process. For each thread, the minidump
49 Breakpad uses Windows minidump files on all platforms, instead of the
60 it is to persuade other machines to write a minidump file.
64 # Overview/Life of a minidump
66 A minidump is generated via calls into the Breakpad library. By default,
68 minidump to disk at exception time. On Windows, this is done via
73 Once the minidump is generated, each platform has a slightly different way of
82 that writing the minidump from within the crashed process is unsafe - key
95 * `processor` Contains minidump-processing code that is used on the server
97 * `client` Contains client minidump-generation libraries for all platforms
113 OS X/Linux) and the symbol files need to be stored somewhere that the minidump