Lines Matching defs:minidump
45 using namespace minidump;
53 /// Breakpad, a Google crash log reporting tool suite, creates minidump files
55 /// minidumps, it will check for a GNU build ID when creating a minidump file
138 if (identify_magic(toStringRef(DataPtr->GetData())) != llvm::file_magic::minidump)
194 // Do we support the minidump's architecture?
205 error.SetErrorStringWithFormat("unsupported minidump architecture: %s",
221 Debugger::ReportWarning("unable to retrieve process ID from minidump file, "
386 for (const minidump::Thread &thread : m_thread_list) {
389 // If the minidump contains an exception context, use it
417 // We consider the module to be a match if the minidump UUID is a
431 // in the minidump. Facebook uses a modified breakpad client that
455 std::vector<const minidump::Module *> filtered_modules =
487 // a minidump UUID is only a partial match or is a hash. So try again
516 // minidump format encodes enough information about each module's memory
552 // Avoiding them will also speed up minidump loading since JITLoaders normally
715 "Dump information from the minidump file.", nullptr),
718 "Dump the everything in the minidump."),
720 "Dump the minidump directory map."),
811 MinidumpParser &minidump = *process->m_minidump_parser;
815 for (const auto &stream_desc : minidump.GetMinidumpFile().streams())
825 auto bytes = minidump.GetStream(stream_type);
834 auto bytes = minidump.GetStream(stream_type);
871 auto bytes = minidump.GetStream(StreamType::FacebookBuildID);