Lines Matching full:minidump
48 // ExceptionHandler can write a minidump file when an exception occurs,
61 // use different minidump callbacks for different call sites.
63 // In either case, a callback function is called when a minidump is written,
64 // which receives the unqiue id of the minidump. The caller can use this
75 // a minidump. context is the parameter supplied by the user as
79 // attempting to write a minidump. If a FilterCallback returns false,
81 // writing a minidump, allowing another handler the opportunity to handle it.
84 // A callback function to run after the minidump has been written.
85 // minidump_id is a unique id for the dump, so the minidump
88 // indicates whether a minidump file was successfully written.
106 // Before writing a minidump, the optional filter callback will be called.
108 // minidump. Minidump files will be written to dump_path, and the optional
110 // If install_handler is true, then a minidump will be written whenever
119 // Get and Set the minidump path.
126 // Writes a minidump immediately. This can be used to capture the
168 // The directory in which a minidump will be written, set by the dump_path
191 // The minidump generator.