summaryrefslogtreecommitdiff
path: root/tools/llvm-pdbutil
AgeCommit message (Expand)Author
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea
2018-07-06[PDB] One more fix for hasing GSI records.Zachary Turner
2018-07-06[llvm-pdbutil] Dump more info about globals.Zachary Turner
2018-05-17[llvm-pdbutil] Dump struct/class/union sizes in the minimal dump formatReid Kleckner
2018-04-17llvm-pdbutil: Fix an off-by-one error.Peter Collingbourne
2018-04-17[llvm-pdbutil] Dump first section contribution for each module.Zachary Turner
2018-04-16Remove faulty assertion in llvm-pdbutilAdrian McCarthy
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama
2018-04-10[pdbutil] Print the checksum hex string when using the '-lines' optionAaron Smith
2018-04-10Fix line endings (CR/LF -> LF) introduced by rL329613Alexandre Ganea
2018-04-09[Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea
2018-04-05[llvm-pdbutil] Display types from MSVC precompiled header object files.Zachary Turner
2018-04-04Fix a compilation failure with non MSVC compilers.Zachary Turner
2018-04-04[llvm-pdbutil] Add the ability to explain binary files.Zachary Turner
2018-04-02[llvm-pdbutil] Add an export subcommand.Zachary Turner
2018-04-01[tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-30Fix some signed / unsigned conversion problems.Zachary Turner
2018-03-30[llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.Zachary Turner
2018-03-29[PDB] Print some more details when explaining MSF fields.Zachary Turner
2018-03-29[PDB] Fix a bug in the explain subcommand.Zachary Turner
2018-03-29Remove unused function.Zachary Turner
2018-03-29[PDB] Add an explain subcommand.Zachary Turner
2018-03-26Delete pdbutil diff mode.Zachary Turner
2018-03-23[PDB] Make our PDBs look more like MS PDBs.Zachary Turner
2018-03-20Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner
2018-03-20Resubmit "Support embedding natvis files in PDBs."Zachary Turner
2018-03-19Revert "Support embedding natvis files in PDBs."Zachary Turner
2018-03-19Support embedding natvis files in PDBs.Zachary Turner
2018-03-15Refactor the PDB HashTable class.Zachary Turner
2018-03-13[PDB] Support dumping injected sources via the DIA reader.Zachary Turner
2018-03-07Fix a bug regarding a mis-identified file type in pdbutil.Zachary Turner
2018-03-07[llvm-pdbdump] Add guard for null pointers and remove unused codeAaron Smith
2018-03-05[llvm-pdbdump] Dump restrict type qualifierAaron Smith
2018-02-22Fix llvm-pdbutil to handle new built-in typesAdrian McCarthy
2018-02-16Fix emission of PDB string table.Zachary Turner
2018-01-17Fix MSVC "not all control paths return a value" warning.Simon Pilgrim
2018-01-17Fix build error - 'default label in switch which covers all enumeration values'Aaron Smith
2018-01-17Fix pretty printing the unspecified param of a variadic functionAaron Smith
2018-01-05[PDB] Correctly link S_FILESTATIC records.Zachary Turner
2017-12-15Don't crash in llvm-pdbutil when dumping TypeIndexes with high bit set.Zachary Turner
2017-12-13Recover some overzealously removed includes.Michael Zolotukhin
2017-12-13Remove redundant includes from tools.Michael Zolotukhin
2017-12-06Fix error in llvm-pdbutil.Zachary Turner
2017-12-05Teach llvm-pdbutil to dump types from object files.Zachary Turner
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-10-27[PDB] Handle an empty globals hash table with no bucketsReid Kleckner