summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Move CodeViewTypeStream to DebugInfo/CodeViewZachary Turner2016-05-031-16/+13
* Parse the TPI (type information) stream of PDB files.Zachary Turner2016-05-031-0/+34
* Parse PDB Name Hash TableZachary Turner2016-05-021-25/+9
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-22/+22
* Refactor the PDB Stream reading interface.Zachary Turner2016-04-291-4/+7
* [llvm-pdbdump] Restore error messages, handle bad block sizesDavid Majnemer2016-04-281-14/+23
* Read the rest of the DBI substreams, and parse source info.Zachary Turner2016-04-281-15/+20
* Parse module information from DBI stream.Zachary Turner2016-04-271-0/+23
* Parse and dump PDB DBI Stream Header InformationZachary Turner2016-04-261-4/+18
* Refactor some more PDB reading code into DebugInfoPDB.Zachary Turner2016-04-261-126/+13
* Resubmit "Refactor raw pdb dumper into library"Zachary Turner2016-04-251-312/+84
* Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into libraryDaniel Sanders2016-04-221-84/+312
* Fix PDB warnings and testReid Kleckner2016-04-211-1/+1
* Refactor raw pdb dumper into libraryZachary Turner2016-04-211-312/+84
* [llvm-pdbdump] Print a better error message when PDB loading fails.Zachary Turner2016-04-191-2/+8
* [llvm-pdbdump] Dump line table information.Zachary Turner2016-03-081-3/+22
* [llvm-pdbdump] Start to decode some streamsDavid Majnemer2016-02-121-29/+253
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
OpenPOWER on IntegriCloud