summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw/PDBFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [pdb] Handle stream index errors better.Zachary Turner2016-06-081-41/+62
* [pdb] Try to fix use after free.Zachary Turner2016-06-081-0/+3
* [pdb] Convert StringRefs to ArrayRef<uint8_t>s.Zachary Turner2016-06-071-3/+6
* [pdb] Fix a potential overflow and remove unnecessary comments.Zachary Turner2016-06-071-3/+0
* [pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner2016-06-071-100/+55
* [pdb] Print out file names instead of file offsets.Zachary Turner2016-06-031-0/+22
* Make sure the directory contains info for all streamsDavid Majnemer2016-05-281-3/+8
* Make sure there are enough blocks for the streamDavid Majnemer2016-05-271-0/+18
* Make sure the directory block array fits in the fileDavid Majnemer2016-05-271-0/+4
* Validate the blocksize before using itDavid Majnemer2016-05-271-5/+5
* [llvm-pdbdump] Dump the IPI stream and all records.Zachary Turner2016-05-251-1/+10
* [llvm-pdbdump] Stream 0 isn't actually the MSF superblock.Zachary Turner2016-05-251-0/+1
* pdbdump: print out symbol names referred by publics stream.Rui Ueyama2016-05-201-0/+15
* pdbdump: Print "Publics" stream.Rui Ueyama2016-05-131-0/+15
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-061-28/+42
* Parse the TPI (type information) stream of PDB files.Zachary Turner2016-05-031-4/+11
* [llvm-pdbdump] Fix read past EOF when file is too small.Zachary Turner2016-05-021-0/+4
* Fix crash in PDB when loading corrupt file.Zachary Turner2016-04-291-0/+7
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-291-13/+14
* [llvm-pdbdump] Try to appease the ASan botDavid Majnemer2016-04-291-0/+5
* [llvm-pdbdump] Restore error messages, handle bad block sizesDavid Majnemer2016-04-281-1/+1
* Parse and dump PDB DBI Stream Header InformationZachary Turner2016-04-261-0/+18
* Resubmit "Refactor raw pdb dumper into library"Zachary Turner2016-04-251-0/+238
* Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into libraryDaniel Sanders2016-04-221-238/+0
* Fix PDB warnings and testReid Kleckner2016-04-211-13/+7
* Remove dead code. NFCAmaury Sechet2016-04-211-4/+0
* Remove various warnings. NFCAmaury Sechet2016-04-211-2/+1
* Refactor raw pdb dumper into libraryZachary Turner2016-04-211-0/+249
OpenPOWER on IntegriCloud