summaryrefslogtreecommitdiffstats
path: root/tools/llvm-pdbutil
Commit message (Expand)AuthorAgeFilesLines
* [PDB] Finish and simplify TPI hashingReid Kleckner2017-07-183-6/+19
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-173-38/+2
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-171-2/+2
* [CodeView] Dump BuildInfoSym and ProcSym type indicesReid Kleckner2017-07-151-2/+3
* Resubmit "Add pdb-diff test."Zachary Turner2017-07-107-147/+289
* Revert "Build fixes for pdb-diff test."Zachary Turner2017-07-107-289/+147
* Build fixes for pdb-diff test.Zachary Turner2017-07-101-3/+3
* Fix pdb-diff test.Zachary Turner2017-07-107-147/+289
* [llvm-pdbutil] Fix build.Zachary Turner2017-07-071-0/+11
* Use windows path syntax when writing PDB module name.Zachary Turner2017-07-072-40/+50
* Fix some differences between lld and MSVC generated PDBs.Zachary Turner2017-07-075-44/+102
* [llvm-pdbutil] Improve diff mode.Zachary Turner2017-07-076-261/+584
* [PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner2017-07-071-0/+7
* Fix -Wunused-function by making function declarations in a header non-staticDavid Blaikie2017-07-061-2/+2
* Fix std::min ambiguity between uint32 and size_t.Zachary Turner2017-07-051-1/+1
* [llvm-pdbutil] Add the ability to truncate stream purpose names.Zachary Turner2017-07-054-36/+83
* [PDB] Add a test that verifies every known type record.Zachary Turner2017-07-052-5/+5
* Remove spurious semicolons.Zachary Turner2017-06-301-34/+0
* [llvm-pdbutil] Output the symbol offset when dumping.Zachary Turner2017-06-303-46/+91
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-2/+0
* [llvm-pdbutil] Add the ability to dump the dependency tree for a typeZachary Turner2017-06-305-26/+91
* [llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.Zachary Turner2017-06-263-43/+90
* [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner2017-06-234-0/+132
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-234-0/+90
* [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner2017-06-235-7/+138
* [llvm-pdbutil] Show what blocks a stream occupies.Zachary Turner2017-06-233-0/+13
* [llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner2017-06-236-15/+30
* [llvm-pdbutil] Add the ability to dump raw bytes from the file.Zachary Turner2017-06-234-20/+72
* [llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner2017-06-233-27/+149
* [llvm-pdbutil] Create a "bytes" subcommand.Zachary Turner2017-06-228-138/+292
* [llvm-pdbutil] Rename "raw" to "dump".Zachary Turner2017-06-225-119/+120
* Remove diff pedantic mode.Zachary Turner2017-06-203-191/+91
* [CodeView] Fix dumping of public symbol record flagsReid Kleckner2017-06-191-1/+15
* Remove some dead code / includes.Zachary Turner2017-06-168-137/+47
* [llvm-pdbutil] Add support for dumping cross module imports/exports.Zachary Turner2017-06-165-5/+81
* [llvm-pdbutil] Add a function for iterating over debug subsections.Zachary Turner2017-06-151-104/+102
* [llvm-pdbutil] Add support for dumping lines and inlinee lines.Zachary Turner2017-06-154-53/+271
* [llvm-pdbutil] Add back support for dumping file checksums.Zachary Turner2017-06-152-6/+106
* [llvm-pdbutil] Add back the ability to dump hashes and index offsets.Zachary Turner2017-06-155-19/+76
* Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-1515-1363/+2399
* Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-1515-2370/+1363
* Fix some more warnings.Zachary Turner2017-06-154-28/+19
* Fix some -Wreorder issues.Zachary Turner2017-06-153-3/+2
* [llvm-pdbutil] rewrite the "raw" output style.Zachary Turner2017-06-1515-1363/+2380
* Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-143-20/+31
* Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-143-31/+20
* [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner2017-06-143-20/+31
* Fix printing error.Zachary Turner2017-06-121-1/+1
* [llvm-pdbutil] Fix one more issue with no-id-stream PDBs.Zachary Turner2017-06-121-13/+20
* Slightly better fix for dealing with no-id-stream PDBs.Zachary Turner2017-06-121-8/+0