summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/YAMLOutputStyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename llvm-pdbdump -> llvm-pdbutil.Zachary Turner2017-06-091-317/+0
* [CodeView] Support remaining debug subsection typesZachary Turner2017-06-091-0/+6
* [llvm-pdbdump] Support native ordering of subsections in raw mode.Zachary Turner2017-06-081-1/+0
* [llvm-pdbdump] Improve consistency among subcommands.Zachary Turner2017-06-081-37/+28
* [CodeView] Handle Cross Module Imports and Exports.Zachary Turner2017-06-051-1/+0
* [PDB] Fix use after free.Zachary Turner2017-06-031-1/+2
* [CodeView] Support CodeView subsections in any order.Zachary Turner2017-06-021-118/+22
* [ObjectYAML] Split CodeViewYAML into 3 pieces.Zachary Turner2017-05-311-1/+0
* [CodeView] Move CodeView symbol yaml logic to ObjectYAML.Zachary Turner2017-05-301-2/+5
* [CodeView] Move CodeView YAML code to ObjectYAML.Zachary Turner2017-05-301-19/+18
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-301-8/+8
* [llvm-pdbdump] pdb2yaml: add an -all option to dump everything we canBob Haarman2017-05-261-0/+14
* [PDB] Don't build the entire source file list up front.Zachary Turner2017-05-041-7/+12
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-031-3/+6
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-021-0/+30
* [CodeView] Write CodeView line information.Zachary Turner2017-05-011-2/+1
* [PDB/CodeView] Rename some classes.Zachary Turner2017-05-011-3/+4
* [llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner2017-04-291-69/+63
* [CodeView] Isolate Debug Info Fragments into standalone classes.Zachary Turner2017-04-271-14/+13
* Rename some PDB classes.Zachary Turner2017-04-271-10/+10
* [llvm-pdbdump] Dump File / Line Info to YAML.Zachary Turner2017-04-251-7/+129
* [PDB] Add support for parsing Flags from PDB Stream.Zachary Turner2017-03-161-0/+1
* [pdb] Write the module info and symbol record streams.Zachary Turner2017-03-151-1/+3
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-6/+6
* [pdb] Write the Named Stream mapping to Yaml and binary.Zachary Turner2017-01-201-6/+21
* [pdb] Dump Module Symbols to Yaml.Zachary Turner2016-10-081-0/+23
* [pdb] Write the IPI stream.Zachary Turner2016-09-151-0/+23
* [pdb] Write PDB TPI Stream from Yaml.Zachary Turner2016-09-091-1/+2
* Resubmit "Write the TPI stream from a PDB to Yaml."Zachary Turner2016-08-181-0/+28
* Revert "Write the TPI stream from a PDB to Yaml."Justin Bogner2016-08-161-28/+0
* Write the TPI stream from a PDB to Yaml.Zachary Turner2016-08-161-0/+28
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-1/+1
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-1/+1
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-1/+1
* [pdb] Round-trip module & file info to/from YAML.Zachary Turner2016-07-221-0/+14
* [pdb] Teach MsfBuilder and other classes about the Free Page Map.Zachary Turner2016-07-151-1/+1
* [pdb] Round trip the NameMap data structure to YAML.Zachary Turner2016-07-151-0/+6
* [pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner2016-07-151-5/+5
* Refactor the PDB writing to use a builder approachZachary Turner2016-07-111-1/+26
* [pdb] Add a pdb2yaml option to not dump file headers.Zachary Turner2016-07-111-11/+15
* [pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner2016-07-061-0/+25
* [pdb] Re-add code to write PDB files.Zachary Turner2016-06-301-2/+3
* Update llvm-pdbdump to use subcommands.Zachary Turner2016-06-301-73/+20
* Resubmit "[pdb] Actually write a PDB to disk from YAML.""Zachary Turner2016-06-141-26/+18
* Revert "[pdb] Actually write a PDB to disk from YAML."Zachary Turner2016-06-141-18/+26
* [pdb] Actually write a PDB to disk from YAML.Zachary Turner2016-06-141-26/+18
* [llvm-pdbdump] Dump stream sizes and stream blocks to yaml.Zachary Turner2016-06-061-0/+16
* [llvm-pdbdump] Dump MSF headers to YAML.Zachary Turner2016-06-061-0/+126
OpenPOWER on IntegriCloud