[PATCH] Initial pass at API design for DebugInfo/PDB

Zachary Turner zturner at google.com
Fri Feb 6 11:46:00 PST 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7356

Files:
  llvm/trunk/include/llvm/DebugInfo/PDB/IPDBDataStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
  llvm/trunk/include/llvm/DebugInfo/PDB/IPDBLineNumber.h
  llvm/trunk/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  llvm/trunk/include/llvm/DebugInfo/PDB/IPDBSession.h
  llvm/trunk/include/llvm/DebugInfo/PDB/IPDBSourceFile.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDB.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbol.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolData.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
  llvm/trunk/include/llvm/DebugInfo/PDB/PDBTypes.h
  llvm/trunk/lib/DebugInfo/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/LLVMBuild.txt
  llvm/trunk/lib/DebugInfo/PDB/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/PDB/LLVMBuild.txt
  llvm/trunk/lib/DebugInfo/PDB/PDB.cpp
  llvm/trunk/lib/DebugInfo/PDB/PDBInterfaceAnchors.cpp
  llvm/trunk/lib/DebugInfo/PDB/PDBSymbol.cpp
  llvm/trunk/lib/DebugInfo/PDB/PDBSymbolCompilandEnv.cpp
  llvm/trunk/lib/DebugInfo/PDB/PDBSymbolCustom.cpp
  llvm/trunk/unittests/DebugInfo/CMakeLists.txt
  llvm/trunk/unittests/DebugInfo/PDB/CMakeLists.txt
  llvm/trunk/unittests/DebugInfo/PDB/Makefile
  llvm/trunk/unittests/DebugInfo/PDB/PDBApiTest.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7356.19502.patch
Type: text/x-patch
Size: 110392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150206/0c50ff39/attachment.bin>


More information about the llvm-commits mailing list