summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename llvm-pdbdump -> llvm-pdbutil.Zachary Turner2017-06-091-1023/+0
* [pdb] Don't crash on unknown debug subsections.Zachary Turner2017-06-091-0/+2
* [CodeView] Support remaining debug subsection typesZachary Turner2017-06-091-2/+10
* [llvm-pdbdump] Improve consistency among subcommands.Zachary Turner2017-06-081-43/+75
* [CodeView] Support CodeView subsections in any order.Zachary Turner2017-06-021-58/+4
* [CodeView] Properly align symbol records on read/write.Zachary Turner2017-06-011-2/+4
* [ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner2017-05-311-1/+0
* [CodeView] Move CodeView symbol yaml logic to ObjectYAML.Zachary Turner2017-05-301-1/+1
* [CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner2017-05-301-5/+11
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-301-7/+6
* [llvm-pdbdump] pdb2yaml: add an -all option to dump everything we canBob Haarman2017-05-261-0/+3
* [llvm-pdbdump] [yaml2pdb] always include object file name in module infoBob Haarman2017-05-251-1/+1
* Fix broken build.Zachary Turner2017-05-241-2/+2
* [PDB] Hash types up front when merging types instead of using StringMapReid Kleckner2017-05-231-8/+6
* Revert "Make TypeSerializer's StringMap use the same allocator."Zachary Turner2017-05-231-2/+2
* Implement various flavors of type merging.Zachary Turner2017-05-221-9/+9
* Make TypeSerializer's StringMap use the same allocator.Zachary Turner2017-05-221-2/+2
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-0/+1
* Fix compilation failure.Zachary Turner2017-05-191-1/+1
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-2/+1
* Fix some build errors and warnings.Zachary Turner2017-05-181-1/+1
* [CodeView] Raise the source to ID map out of the TypeStreamMerger.Zachary Turner2017-05-181-4/+8
* [llvm-pdbdump] Add the ability to merge PDBs.Zachary Turner2017-05-181-0/+68
* [llvm-pdbdump] in yaml2pdb, generate default output filename if none givenBob Haarman2017-05-171-4/+10
* [llvm-pdbdump] Add the option to sort functions and data.Zachary Turner2017-05-141-9/+93
* Remove unused private field.Zachary Turner2017-05-031-1/+1
* [CodeView] Use actual strings for dealing with checksums and lines.Zachary Turner2017-05-031-40/+13
* Rename pdb::StringTable -> pdb::PDBStringTable.Zachary Turner2017-05-021-2/+2
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-021-17/+48
* [CodeView] Write CodeView line information.Zachary Turner2017-05-011-0/+62
* [llvm-pdbdump] Allow printing only a portion of a stream.Zachary Turner2017-04-281-2/+3
* Rename some PDB classes.Zachary Turner2017-04-271-1/+1
* [llvm-pdbdump] Allow sorting / filtering by immediate paddingZachary Turner2017-04-251-1/+12
* [llvm-pdbdump] Dump File / Line Info to YAML.Zachary Turner2017-04-251-1/+7
* [llvm-pdbdump] Merge functionality of graphical and text dumpers.Zachary Turner2017-04-241-5/+6
* [llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner2017-04-241-6/+9
* [llvm-pdbdump] Recursively dump class layout.Zachary Turner2017-04-131-5/+21
* [llvm-pdbdump] Minor prepatory refactor of Class Def Dumper.Zachary Turner2017-04-121-3/+4
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-121-9/+12
* [llvm-pdbdump] Display padding bytes on record layoutZachary Turner2017-04-101-10/+12
* Allow specification of what kinds of class members to dump.Zachary Turner2017-04-061-3/+11
* [llvm-pdbdump] Allow pretty to only dump specific types of types.Zachary Turner2017-04-061-3/+18
* [PDB] Save one type record copyReid Kleckner2017-04-041-2/+2
* Add option to control whether llvm-pdbdump outputs in colorAdrian McCarthy2017-03-231-3/+10
* [PDB] Add support for parsing Flags from PDB Stream.Zachary Turner2017-03-161-1/+3
* [pdb] Write the module info and symbol record streams.Zachary Turner2017-03-151-38/+50
* Introduce NativeEnumModules and NativeCompilandSymbolAdrian McCarthy2017-03-151-1/+6
* Add the beginning of PDB diffing support.Zachary Turner2017-03-131-13/+44
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
OpenPOWER on IntegriCloud