summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [pdb] Re-add code to write PDB files.Zachary Turner2016-06-301-23/+33
* Update llvm-pdbdump to use subcommands.Zachary Turner2016-06-301-270/+221
* Resubmit "[pdb] Actually write a PDB to disk from YAML.""Zachary Turner2016-06-141-2/+71
* Revert "[pdb] Actually write a PDB to disk from YAML."Zachary Turner2016-06-141-71/+2
* [pdb] Actually write a PDB to disk from YAML.Zachary Turner2016-06-141-2/+71
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* [pdb] Try to fix use after free.Zachary Turner2016-06-081-0/+2
* [llvm-pdbdump] Dump MSF headers to YAML.Zachary Turner2016-06-061-0/+4
* [pdbdump] Print out New FPO stream contents.Rui Ueyama2016-06-061-0/+8
* pdbdump: print out TPI hashes.Rui Ueyama2016-06-031-0/+6
* [llvm-pdbdump] Introduce an abstraction for the output style.Zachary Turner2016-06-031-653/+29
* [pdb] Print out file names instead of file offsets.Zachary Turner2016-06-031-17/+37
* [pdb] Dump file checksums from pdb codeview line info.Zachary Turner2016-06-031-5/+13
* [codeview] Dump line number and column information.Zachary Turner2016-06-031-12/+64
* Fix indentation.Rui Ueyama2016-06-031-6/+6
* [llvm-pdbdump] Dump CodeView line information.Zachary Turner2016-06-021-16/+42
* pdbdump: print out COFF section headers.Rui Ueyama2016-06-021-0/+39
* [pdb] Parse and dump section map and section contribsZachary Turner2016-06-021-13/+95
* [codeview] Improve readability of type record assemblyReid Kleckner2016-05-311-1/+1
* llvm-pdbdump should have a non-zero exit code on errorDavid Majnemer2016-05-281-19/+10
* [pdb] Finish conversion to zero copy pdb access.Zachary Turner2016-05-281-4/+14
* [codeview] Remove StreamReader copying method.Zachary Turner2016-05-271-1/+7
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-5/+5
* pdbdump: print out the name of the stream 0.Rui Ueyama2016-05-271-1/+3
* pdbdump: Add -raw-all to enable all -raw-* flags.Rui Ueyama2016-05-261-0/+16
* Fix typo.Rui Ueyama2016-05-261-15/+15
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-3/+3
* [llvm-pdbdump] Dump raw stream contents as binary block.Zachary Turner2016-05-251-2/+3
* [llvm-pdbdump] Decipher the remaining PDB streams.Zachary Turner2016-05-251-0/+22
* [llvm-pdbdump] Dump the IPI stream and all records.Zachary Turner2016-05-251-20/+60
* [llvm-pdbdump] Stream 0 isn't actually the MSF superblock.Zachary Turner2016-05-251-4/+9
* [llvm-pdbdump] Dump stream summary list.Zachary Turner2016-05-251-13/+78
* [llvm-pdbdump] Rework command line options.Zachary Turner2016-05-241-71/+110
* [codeview, pdb] Dump symbol records in publics streamZachary Turner2016-05-241-3/+12
* Dump symbol record details in llvm-pdbdumpZachary Turner2016-05-241-20/+48
* pdbdump: print out symbol names referred by publics stream.Rui Ueyama2016-05-201-0/+1
* pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.Rui Ueyama2016-05-191-1/+1
* pdbdump: Print out section offsets in the publics stream.Rui Ueyama2016-05-181-0/+1
* pdbdump: Print out more strcutures.Rui Ueyama2016-05-171-0/+3
* pdbdump: Print "Publics" stream.Rui Ueyama2016-05-131-1/+24
* [codeview] Try to handle errors better in record iteratorReid Kleckner2016-05-121-1/+6
* Fix build error with ambiguity of size_t.Zachary Turner2016-05-091-1/+1
* [pdb] Parse the module info stream for each module.Zachary Turner2016-05-091-11/+31
* Make TypeIterator generic so it can iterate symbols too.Zachary Turner2016-05-091-1/+1
* Make llvm-pdbdump print CV type recordsZachary Turner2016-05-061-10/+16
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-65/+75
* Reland "Use ScopedPrinter in llvm-pdbdump"Reid Kleckner2016-05-041-139/+169
* Revert "Use ScopedPrinter in llvm-pdbdump"Chad Rosier2016-05-041-169/+139
* Use ScopedPrinter in llvm-pdbdumpZachary Turner2016-05-041-139/+169
* Fix template type deduction error on some compilers.Zachary Turner2016-05-031-1/+1
OpenPOWER on IntegriCloud