summaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/PDB/Inputs
AgeCommit message (Expand)Author
2024-05-15Fix typo "indicies" (#92232)Jay Foad
2024-05-03[DebugInfo,test] Convert text files from CRLF to LFFangrui Song
2019-07-09Make pdbdump-objfilename test work againNico Weber
2019-05-15[codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner
2018-10-09[PDB] Fix another bug in globals stream name lookup.Zachary Turner
2018-09-30[PDB] Add native support for dumping array types.Zachary Turner
2018-09-21[NativePDB] Add support for reading function signatures.Zachary Turner
2018-09-20[PDB] Add the ability to map forward references to full decls.Zachary Turner
2018-09-18[PDB] Better support for enumerating pointer types.Zachary Turner
2018-09-17[PDB] Make the native reader support enumerators.Zachary Turner
2018-09-14[PDB] Make the pretty dumper output modified types.Zachary Turner
2017-12-05Teach llvm-pdbutil to dump types from object files.Zachary Turner
2017-10-27[PDB] Handle an empty globals hash table with no bucketsReid Kleckner
2017-07-05[PDB] Add a test that verifies every known type record.Zachary Turner
2017-06-12Fix line endings.Zachary Turner
2017-06-12[pdb] Don't choke on unknown symbol types.Zachary Turner
2017-06-09[codeview] use 32-bit integer for RelocOffset in DebugLinesSubsectionBob Haarman
2017-06-09[CodeView] Support remaining debug subsection typesZachary Turner
2017-06-08[llvm-pdbdump] Improve consistency among subcommands.Zachary Turner
2017-06-05[CodeView] Handle Cross Module Imports and Exports.Zachary Turner
2017-06-02[CodeView] Support CodeView subsections in any order.Zachary Turner
2017-05-25[pdb] pad source file name buffer at the end instead of the beginningBob Haarman
2017-05-22Implement various flavors of type merging.Zachary Turner
2017-05-18[llvm-pdbdump] Add the ability to merge PDBs.Zachary Turner
2017-05-02[PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner
2017-05-01[CodeView] Write CodeView line information.Zachary Turner
2017-04-12[llvm-pdbdump] More advanced class definition dumping.Zachary Turner
2017-04-10Improves pretty printing of variable types in llvm-pdbdumpAdrian McCarthy
2017-03-17[pdb] Fix an uninitialized read, and add a test for it.Zachary Turner
2017-03-15[pdb] Write the module info and symbol record streams.Zachary Turner
2016-04-28[llvm-pdbdump] Restore error messages, handle bad block sizesDavid Majnemer
2016-04-28[llvm-pdbdump] Correctly read data larger than a blockDavid Majnemer
2015-02-27[llvm-pdbdump] Add support for dumping global variables.Zachary Turner
2015-02-26[llvm-pdbdump] Fix dumping of function pointers and basic types.Zachary Turner
2015-02-23[llvm-pdbdump] Add an option to dump full class definitions.Zachary Turner
2015-02-22[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".Zachary Turner
2015-02-20Revert "[llvm-pdbdump] Add some tests for llvm-pdbdump."Zachary Turner
2015-02-20[llvm-pdbdump] Add some tests for llvm-pdbdump.Zachary Turner