Home | History | Annotate | Download | only in minidump_writer

Lines Matching refs:dumper

116   // threads will simply be the first N threads returned by the dumper (although
131 LinuxDumper* dumper)
138 dumper_(dumper),
510 // First write all the mappings from the dumper
1274 LinuxPtraceDumper dumper(crashing_process);
1280 dumper.set_crash_address(
1282 dumper.set_crash_signal(context->siginfo.si_signo);
1283 dumper.set_crash_thread(context->tid);
1286 appmem, &dumper);
1314 LinuxPtraceDumper dumper(process);
1316 dumper.set_crash_signal(MD_EXCEPTION_CODE_LIN_DUMP_REQUESTED);
1317 dumper.set_crash_thread(process_blamed_thread);
1319 AppMemoryList(), &dumper);
1366 LinuxDumper* dumper) {
1367 MinidumpWriter writer(filename, -1, NULL, mappings, appmem, dumper);