summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-pdbutil] Dump more info about globals.Zachary Turner2018-07-061-16/+54
* llvm-pdbutil: Fix an off-by-one error.Peter Collingbourne2018-04-171-1/+1
* [llvm-pdbutil] Dump first section contribution for each module.Zachary Turner2018-04-171-72/+86
* [llvm-pdbutil] Display types from MSVC precompiled header object files.Zachary Turner2018-04-051-1/+8
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-1/+1
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-24/+84
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-201-29/+0
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-201-0/+29
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-191-29/+0
* Support embedding natvis files in PDBs.Zachary Turner2018-03-191-0/+29
* [PDB] Correctly link S_FILESTATIC records.Zachary Turner2018-01-051-10/+34
* Recover some overzealously removed includes.Michael Zolotukhin2017-12-131-0/+1
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-11/+0
* Fix error in llvm-pdbutil.Zachary Turner2017-12-061-6/+7
* Teach llvm-pdbutil to dump types from object files.Zachary Turner2017-12-051-22/+79
* [PDB] Handle an empty globals hash table with no bucketsReid Kleckner2017-10-271-2/+4
* Fix broken test.Zachary Turner2017-09-011-2/+6
* [llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner2017-09-011-322/+318
* Fix some size_t / uint32_t mismatched comparisons.Zachary Turner2017-08-311-4/+4
* [llvm-pdbutil] Print detailed S_UDT stats.Zachary Turner2017-08-311-3/+158
* [llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner2017-08-211-22/+152
* Output S_SECTION symbols to the Linker module.Zachary Turner2017-08-111-68/+0
* [PDB] Fix an issue writing the publics stream.Zachary Turner2017-08-091-18/+37
* [PDB] Fix linking of function symbols and local variables.Zachary Turner2017-08-081-2/+8
* [llvm-pdbutil] Don't crash when a section contrib's isect is invalid.Zachary Turner2017-08-071-2/+6
* [pdbutil] When dumping section contribs, show the section name.Zachary Turner2017-08-041-40/+75
* [llvm-pdbutil] Dump image section headers.Zachary Turner2017-08-041-7/+87
* [llvm-pdbutil] Add an option to only dump specific module indices.Zachary Turner2017-08-031-45/+51
* [llvm-pdbutil] Clean up ExitOnError usage to add ": " to our errorsReid Kleckner2017-07-271-12/+12
* [PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner2017-07-261-38/+74
* [PDB] Dump extra info about the publics streamReid Kleckner2017-07-211-0/+46
* [PDB] Finish and simplify TPI hashingReid Kleckner2017-07-181-2/+2
* [PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner2017-07-071-0/+7
* [llvm-pdbutil] Output the symbol offset when dumping.Zachary Turner2017-06-301-2/+4
* [llvm-pdbutil] Add the ability to dump the dependency tree for a typeZachary Turner2017-06-301-23/+82
* [llvm-pdbutil] Show what blocks a stream occupies.Zachary Turner2017-06-231-0/+7
* [llvm-pdbutil] Create a "bytes" subcommand.Zachary Turner2017-06-221-109/+0
* [llvm-pdbutil] Rename "raw" to "dump".Zachary Turner2017-06-221-0/+1077
OpenPOWER on IntegriCloud