summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
...
* [pdbutil] Add a command to dump the FPM.Zachary Turner2017-08-021-0/+9
* [PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner2017-07-261-4/+8
* Fix pdbdump-headers.test after TPI hash changesReid Kleckner2017-07-181-15/+15
* [PDB] Finish and simplify TPI hashingReid Kleckner2017-07-181-75/+75
* [CodeView] Dump BuildInfoSym and ProcSym type indicesReid Kleckner2017-07-151-2/+2
* [PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner2017-07-071-0/+50
* [PDB] Add a test that verifies every known type record.Zachary Turner2017-07-057-50/+621
* [llvm-pdbutil] Output the symbol offset when dumping.Zachary Turner2017-06-301-50/+50
* Fix test broken by parameter mixup.Zachary Turner2017-06-302-15/+15
* [llvm-pdbutil] Add a mode to `bytes` for dumping split debug chunks.Zachary Turner2017-06-261-0/+12
* [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner2017-06-231-0/+73
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-231-0/+27
* [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner2017-06-231-0/+59
* [llvm-pdbutil] Show what blocks a stream occupies.Zachary Turner2017-06-231-17/+34
* [llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner2017-06-231-0/+10
* [llvm-pdbutil] Add the ability to dump raw bytes from the file.Zachary Turner2017-06-232-6/+21
* [llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner2017-06-231-10/+51
* [llvm-pdbutil] Create a "bytes" subcommand.Zachary Turner2017-06-223-14/+15
* [llvm-pdbutil] Rename "raw" to "dump".Zachary Turner2017-06-226-15/+15
* [codeview] respect signedness of APSInts when printing to YAMLBob Haarman2017-06-211-1/+1
* [codeview] YAMLize all section offsets and indices in symbol recordsReid Kleckner2017-06-201-1/+2
* [CodeView] Fix dumping of public symbol record flagsReid Kleckner2017-06-191-2/+2
* [llvm-pdbutil] Add support for dumping lines and inlinee lines.Zachary Turner2017-06-151-0/+11
* [llvm-pdbutil] Add back support for dumping file checksums.Zachary Turner2017-06-151-399/+371
* [llvm-pdbutil] Add back the ability to dump hashes and index offsets.Zachary Turner2017-06-151-90/+96
* Resubmit "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-159-3325/+1274
* Revert "[llvm-pdbutil] rewrite the "raw" output style."Zachary Turner2017-06-159-1274/+3325
* [llvm-pdbutil] rewrite the "raw" output style.Zachary Turner2017-06-159-3325/+1274
* Fix line endings.Zachary Turner2017-06-122-16/+16
* [pdb] Don't choke on unknown symbol types.Zachary Turner2017-06-122-0/+16
* Rename llvm-pdbdump -> llvm-pdbutil.Zachary Turner2017-06-0921-70/+70
* llvm/test/DebugInfo/PDB/pdbdump-debug-subsections.test: Try to unbreak r305043.NAKAMURA Takumi2017-06-091-2/+2
* [codeview] use 32-bit integer for RelocOffset in DebugLinesSubsectionBob Haarman2017-06-091-1/+1
* [CodeView] Support remaining debug subsection typesZachary Turner2017-06-092-63/+130
* [llvm-pdbdump] Support native ordering of subsections in raw mode.Zachary Turner2017-06-082-70/+76
* [llvm-pdbdump] Improve consistency among subcommands.Zachary Turner2017-06-0812-241/+208
* [CodeView] Handle Cross Module Imports and Exports.Zachary Turner2017-06-052-0/+84
* [CodeView] Support CodeView subsections in any order.Zachary Turner2017-06-022-41/+43
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-011-3/+3
* [pdb] pad source file name buffer at the end instead of the beginningBob Haarman2017-05-253-0/+36
* [llvm-pdbdump] [yaml2pdb] always include object file name in module infoBob Haarman2017-05-251-0/+14
* Implement various flavors of type merging.Zachary Turner2017-05-229-2/+421
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-2/+2
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-2/+2
* Fix a broken test.Zachary Turner2017-05-191-2/+2
* [llvm-pdbdump] Add the ability to merge PDBs.Zachary Turner2017-05-183-0/+128
* [llvm-pdbdump] Add the option to sort functions and data.Zachary Turner2017-05-141-2/+2
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-022-4/+28
* [CodeView] Write CodeView line information.Zachary Turner2017-05-013-2/+92
* [llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner2017-04-292-79/+87
OpenPOWER on IntegriCloud