summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/NativeSession.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-161-1/+1
| | | | | | | | | | | | | | Some PDBs or object files can contain references to other PDBs where the real type information lives. When this happens, all type indices in the original PDB are meaningless because their records are not there. With this patch we add the ability to pull type info from those secondary PDBs. Differential Revision: https://reviews.llvm.org/D29973 llvm-svn: 295382
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-0/+139
This eliminates one overload on the term Raw. Differential Revision: https://reviews.llvm.org/D29098 llvm-svn: 293104
OpenPOWER on IntegriCloud