summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/DbiStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* [pdb] Don't error on missing FPO streamsReid Kleckner2016-06-171-0/+5
* [pdb] Handle stream index errors better.Zachary Turner2016-06-081-23/+26
* [pdb] Try to fix use after free.Zachary Turner2016-06-081-0/+6
* [pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner2016-06-071-3/+8
* [pdbdump] Print out New FPO stream contents.Rui Ueyama2016-06-061-1/+24
* [pdb] Print out file names instead of file offsets.Zachary Turner2016-06-031-8/+18
* pdbdump: print out COFF section headers.Rui Ueyama2016-06-021-1/+27
* [pdb] Parse and dump section map and section contribsZachary Turner2016-06-021-10/+71
* Resubmit "[pdb] Allow zero-copy read support for symbol streams.""Zachary Turner2016-05-271-6/+4
* Revert "[pdb] Allow zero-copy read support for symbol streams."Chad Rosier2016-05-271-4/+6
* [pdb] Allow zero-copy read support for symbol streams.Zachary Turner2016-05-271-6/+4
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-271-42/+43
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-251-3/+3
* [llvm-pdbdump] Decipher the remaining PDB streams.Zachary Turner2016-05-251-0/+12
* [llvm-pdbdump] Rework command line options.Zachary Turner2016-05-241-0/+4
* pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.Rui Ueyama2016-05-191-4/+6
* pdbdump: Print "Publics" stream.Rui Ueyama2016-05-131-11/+15
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-29/+52
* PDB - Instead of hardcoding stream numbers, use an enum.Zachary Turner2016-05-021-1/+1
* Parse PDB Name Hash TableZachary Turner2016-05-021-0/+4
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-0/+267
OpenPOWER on IntegriCloud