summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil/llvm-pdbutil.h
Commit message (Expand)AuthorAgeFilesLines
* [pdb] Add -type-stats and sort stats by descending sizeReid Kleckner2019-03-221-0/+1
* [llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner2019-03-211-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Dump public symbol records in pdb2yaml modeZachary Turner2018-10-261-0/+1
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-081-0/+1
* [PDB] Add support for parsing VFTable Shape records.Zachary Turner2018-10-011-0/+1
* [PDB] Add native support for dumping array types.Zachary Turner2018-09-301-0/+1
* [PDB] Better native API support for pointers.Zachary Turner2018-09-291-0/+1
* [NativePDB] Add support for reading function signatures.Zachary Turner2018-09-211-0/+1
* [PDB] Add the ability to map forward references to full decls.Zachary Turner2018-09-201-0/+1
* [PDB] Write FPO Data to the PDB.Zachary Turner2018-09-111-0/+1
* [PDB] One more fix for hasing GSI records.Zachary Turner2018-07-061-0/+2
* [llvm-pdbutil] Dump more info about globals.Zachary Turner2018-07-061-0/+1
* [llvm-pdbutil] Add the ability to explain binary files.Zachary Turner2018-04-041-0/+3
* [llvm-pdbutil] Add an export subcommand.Zachary Turner2018-04-021-0/+6
* [llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.Zachary Turner2018-03-301-1/+1
* [PDB] Add an explain subcommand.Zachary Turner2018-03-291-0/+4
* Delete pdbutil diff mode.Zachary Turner2018-03-261-7/+0
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-0/+2
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-201-1/+0
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-201-0/+1
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-191-1/+0
* Support embedding natvis files in PDBs.Zachary Turner2018-03-191-0/+1
* [llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner2017-09-011-0/+7
* [llvm-pdbutil] Print detailed S_UDT stats.Zachary Turner2017-08-311-1/+2
* [llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner2017-08-211-0/+2
* [llvm-pdbutil] Dump image section headers.Zachary Turner2017-08-041-0/+1
* [llvm-pdbutil] Add an option to only dump specific module indices.Zachary Turner2017-08-031-0/+1
* [llvm-pdbutil] Allow diff to force module equivalencies.Zachary Turner2017-08-031-0/+2
* [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/+2
* [PDB] Dump extra info about the publics streamReid Kleckner2017-07-211-0/+1
* Resubmit "Add pdb-diff test."Zachary Turner2017-07-101-0/+2
* Revert "Build fixes for pdb-diff test."Zachary Turner2017-07-101-2/+0
* Fix pdb-diff test.Zachary Turner2017-07-101-0/+2
* Fix some differences between lld and MSVC generated PDBs.Zachary Turner2017-07-071-0/+5
* [llvm-pdbutil] Add the ability to dump the dependency tree for a typeZachary Turner2017-06-301-0/+1
* [llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.Zachary Turner2017-06-261-1/+1
* [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner2017-06-231-0/+5
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-231-0/+3
* [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner2017-06-231-0/+8
* [llvm-pdbutil] Show what blocks a stream occupies.Zachary Turner2017-06-231-0/+1
* [llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner2017-06-231-0/+1
* [llvm-pdbutil] Add the ability to dump raw bytes from the file.Zachary Turner2017-06-231-4/+6
* [llvm-pdbutil] Create a "bytes" subcommand.Zachary Turner2017-06-221-3/+6
* [llvm-pdbutil] Rename "raw" to "dump".Zachary Turner2017-06-221-1/+1
* Remove diff pedantic mode.Zachary Turner2017-06-201-4/+0
* Remove some dead code / includes.Zachary Turner2017-06-161-0/+3
* [llvm-pdbutil] Add support for dumping cross module imports/exports.Zachary Turner2017-06-161-0/+2
* [llvm-pdbutil] Add support for dumping lines and inlinee lines.Zachary Turner2017-06-151-0/+3
OpenPOWER on IntegriCloud