summaryrefslogtreecommitdiff
path: root/tools/llvm-pdbutil/llvm-pdbutil.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-11-30Split TypeTableBuilder into two classes.Zachary Turner
2017-11-29Make TypeTableBuilder inherit from TypeCollection.Zachary Turner
2017-11-29Fix line endings in llvm-pdbutil.cppZachary Turner
2017-11-28[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner
2017-11-03Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman
2017-09-07COFF: PDB: Allow multiple modules with the same name.Peter Collingbourne
2017-09-01[llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner
2017-08-31[llvm-pdbutil] Print detailed S_UDT stats.Zachary Turner
2017-08-21[llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner
2017-08-04[llvm-pdbutil] Dump image section headers.Zachary Turner
2017-08-03[llvm-pdbutil] Add an option to only dump specific module indices.Zachary Turner
2017-08-03[llvm-pdbutil] Allow diff to force module equivalencies.Zachary Turner
2017-08-02[pdbutil] Add a command to dump the FPM.Zachary Turner
2017-07-26[PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner
2017-07-21[PDB] Dump extra info about the publics streamReid Kleckner
2017-07-17[codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner
2017-07-10Resubmit "Add pdb-diff test."Zachary Turner
2017-07-10Revert "Build fixes for pdb-diff test."Zachary Turner
2017-07-10Fix pdb-diff test.Zachary Turner
2017-07-07Fix some differences between lld and MSVC generated PDBs.Zachary Turner
2017-07-05[PDB] Add a test that verifies every known type record.Zachary Turner
2017-06-30[llvm-pdbutil] Add the ability to dump the dependency tree for a typeZachary Turner
2017-06-26[llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner
2017-06-23[llvm-pdbutil] Show what blocks a stream occupies.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner
2017-06-23[llvm-pdbutil] Add the ability to dump raw bytes from the file.Zachary Turner
2017-06-22[llvm-pdbutil] Create a "bytes" subcommand.Zachary Turner
2017-06-22[llvm-pdbutil] Rename "raw" to "dump".Zachary Turner
2017-06-20Remove diff pedantic mode.Zachary Turner
2017-06-16Remove some dead code / includes.Zachary Turner
2017-06-16[llvm-pdbutil] Add support for dumping cross module imports/exports.Zachary Turner
2017-06-15[llvm-pdbutil] Add support for dumping lines and inlinee lines.Zachary Turner
2017-06-15[llvm-pdbutil] Add back the ability to dump hashes and index offsets.Zachary Turner
2017-06-15Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner
2017-06-15Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner
2017-06-15[llvm-pdbutil] rewrite the "raw" output style.Zachary Turner
2017-06-14Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner
2017-06-12Slightly better fix for dealing with no-id-stream PDBs.Zachary Turner
2017-06-12[llvm-pdbdump] Don't fail on PDBs with no ID stream.Zachary Turner
2017-06-09[pdb] Support CoffSymbolRVA debug subsection.Zachary Turner
2017-06-09Rename llvm-pdbdump -> llvm-pdbutil.Zachary Turner