summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PDB] One more fix for hasing GSI records.Zachary Turner2018-07-061-0/+88
* [llvm-pdbutil] Dump more info about globals.Zachary Turner2018-07-061-0/+4
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-14/+4
* [llvm-pdbutil] Add the ability to explain binary files.Zachary Turner2018-04-041-3/+17
* [llvm-pdbutil] Add an export subcommand.Zachary Turner2018-04-021-0/+64
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-4/+4
* [llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.Zachary Turner2018-03-301-5/+7
* [PDB] Add an explain subcommand.Zachary Turner2018-03-291-0/+24
* Delete pdbutil diff mode.Zachary Turner2018-03-261-73/+0
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-0/+9
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-201-4/+0
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-201-0/+4
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-191-4/+0
* Support embedding natvis files in PDBs.Zachary Turner2018-03-191-0/+4
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-131-0/+78
* [llvm-pdbdump] Add guard for null pointers and remove unused codeAaron Smith2018-03-071-47/+55
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-4/+0
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-4/+5
* Make TypeTableBuilder inherit from TypeCollection.Zachary Turner2017-11-291-4/+4
* Fix line endings in llvm-pdbutil.cppZachary Turner2017-11-291-11/+11
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-2/+3
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-031-14/+11
* COFF: PDB: Allow multiple modules with the same name.Peter Collingbourne2017-09-071-1/+1
* [llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner2017-09-011-3/+4
* [llvm-pdbutil] Print detailed S_UDT stats.Zachary Turner2017-08-311-13/+19
* [llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner2017-08-211-0/+12
* [llvm-pdbutil] Dump image section headers.Zachary Turner2017-08-041-0/+4
* [llvm-pdbutil] Add an option to only dump specific module indices.Zachary Turner2017-08-031-0/+4
* [llvm-pdbutil] Allow diff to force module equivalencies.Zachary Turner2017-08-031-0/+22
* [pdbutil] Add a command to dump the FPM.Zachary Turner2017-08-021-0/+2
* [PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner2017-07-261-0/+5
* [PDB] Dump extra info about the publics streamReid Kleckner2017-07-211-0/+3
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-171-2/+2
* Resubmit "Add pdb-diff test."Zachary Turner2017-07-101-8/+18
* Revert "Build fixes for pdb-diff test."Zachary Turner2017-07-101-18/+8
* Fix pdb-diff test.Zachary Turner2017-07-101-8/+18
* Fix some differences between lld and MSVC generated PDBs.Zachary Turner2017-07-071-0/+14
* [PDB] Add a test that verifies every known type record.Zachary Turner2017-07-051-2/+2
* [llvm-pdbutil] Add the ability to dump the dependency tree for a typeZachary Turner2017-06-301-0/+7
* [llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.Zachary Turner2017-06-261-35/+43
* [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner2017-06-231-0/+14
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-231-0/+11
* [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner2017-06-231-4/+21
* [llvm-pdbutil] Show what blocks a stream occupies.Zachary Turner2017-06-231-0/+5
* [llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner2017-06-231-0/+3
* [llvm-pdbutil] Add the ability to dump raw bytes from the file.Zachary Turner2017-06-231-16/+34
* [llvm-pdbutil] Create a "bytes" subcommand.Zachary Turner2017-06-221-26/+61
* [llvm-pdbutil] Rename "raw" to "dump".Zachary Turner2017-06-221-60/+61
* Remove diff pedantic mode.Zachary Turner2017-06-201-5/+0
* Remove some dead code / includes.Zachary Turner2017-06-161-0/+9
OpenPOWER on IntegriCloud