[PATCH] D22693: More strongly separate the PDB reading interfaces and PDB writing interfaces

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 28 12:20:15 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL277019: [pdb] Refactor library to more clearly separate reading/writing (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D22693?vs=65144&id=65968#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D22693

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleSubstream.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h
  llvm/trunk/include/llvm/DebugInfo/Msf/ByteStream.h
  llvm/trunk/include/llvm/DebugInfo/Msf/MappedBlockStream.h
  llvm/trunk/include/llvm/DebugInfo/Msf/MsfBuilder.h
  llvm/trunk/include/llvm/DebugInfo/Msf/MsfCommon.h
  llvm/trunk/include/llvm/DebugInfo/Msf/StreamArray.h
  llvm/trunk/include/llvm/DebugInfo/Msf/StreamInterface.h
  llvm/trunk/include/llvm/DebugInfo/Msf/StreamReader.h
  llvm/trunk/include/llvm/DebugInfo/Msf/StreamRef.h
  llvm/trunk/include/llvm/DebugInfo/Msf/StreamWriter.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBTypes.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/DbiStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/DbiStreamBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/InfoStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/InfoStreamBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/ModInfo.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/ModStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/NameHashTable.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/NameMap.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/NameMapBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/PDBFile.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/PDBFileBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Raw/RawTypes.h
  llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleSubstream.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDumper.cpp
  llvm/trunk/lib/DebugInfo/Msf/ByteStream.cpp
  llvm/trunk/lib/DebugInfo/Msf/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/Msf/MappedBlockStream.cpp
  llvm/trunk/lib/DebugInfo/Msf/MsfBuilder.cpp
  llvm/trunk/lib/DebugInfo/Msf/StreamReader.cpp
  llvm/trunk/lib/DebugInfo/Msf/StreamWriter.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/DbiStream.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/DbiStreamBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/InfoStream.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/InfoStreamBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/ModInfo.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/ModStream.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/NameMap.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/NameMapBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/PDBFile.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/RawSession.cpp
  llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStream.cpp
  llvm/trunk/tools/llvm-pdbdump/LLVMOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbdump/llvm-pdbdump.cpp
  llvm/trunk/tools/llvm-readobj/COFFDumper.cpp
  llvm/trunk/unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp
  llvm/trunk/unittests/DebugInfo/PDB/MsfBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22693.65968.patch
Type: text/x-patch
Size: 127542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160728/6f1a66e7/attachment-0001.bin>


More information about the llvm-commits mailing list