[PATCH] D29973: [PDB] Support following Type server records

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 15:47:37 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL295382: [pdb] Add the ability to resolve TypeServer PDBs. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D29973?vs=88618&id=88797#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D29973

Files:
  lld/trunk/COFF/PDB.cpp
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVTypeDumper.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewError.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeServerHandler.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/PDBFile.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/PDBTypeServerHandler.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/TpiStream.h
  llvm/trunk/lib/DebugInfo/CodeView/CVTypeDumper.cpp
  llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/CodeViewError.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  llvm/trunk/lib/DebugInfo/PDB/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/PDB/Native/NativeSession.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/PDBFile.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/TpiStream.cpp
  llvm/trunk/tools/llvm-readobj/CMakeLists.txt
  llvm/trunk/tools/llvm-readobj/COFFDumper.cpp
  llvm/trunk/tools/llvm-readobj/LLVMBuild.txt
  llvm/trunk/unittests/DebugInfo/PDB/CMakeLists.txt
  llvm/trunk/unittests/DebugInfo/PDB/TypeServerHandlerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29973.88797.patch
Type: text/x-patch
Size: 33504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170216/a655e0d9/attachment.bin>


More information about the llvm-commits mailing list