[PATCH] D34191: completely rewrite the llvm-pdbutil "raw" output style

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 12:35:33 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL305495: [llvm-pdbutil] rewrite the "raw" output style. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D34191?vs=102471&id=102703#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D34191

Files:
  lld/trunk/test/COFF/pdb-lib.s
  lld/trunk/test/COFF/pdb.test
  llvm/trunk/include/llvm/DebugInfo/CodeView/CodeView.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/Formatters.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeIndex.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/PublicsStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/RawConstants.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/SymbolStream.h
  llvm/trunk/include/llvm/Support/BinaryStreamArray.h
  llvm/trunk/include/llvm/Support/FormatProviders.h
  llvm/trunk/lib/DebugInfo/CodeView/SymbolDumper.cpp
  llvm/trunk/lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDatabase.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeIndex.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/PublicsStream.cpp
  llvm/trunk/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  llvm/trunk/test/DebugInfo/PDB/pdb-yaml-types.test
  llvm/trunk/test/DebugInfo/PDB/pdbdump-debug-subsections.test
  llvm/trunk/test/DebugInfo/PDB/pdbdump-headers.test
  llvm/trunk/test/DebugInfo/PDB/pdbdump-merge-ids-and-types.test
  llvm/trunk/test/DebugInfo/PDB/pdbdump-mergeids.test
  llvm/trunk/test/DebugInfo/PDB/pdbdump-mergetypes.test
  llvm/trunk/test/DebugInfo/PDB/pdbdump-raw-blocks.test
  llvm/trunk/test/DebugInfo/PDB/pdbdump-raw-stream.test
  llvm/trunk/test/DebugInfo/PDB/pdbdump-readwrite.test
  llvm/trunk/test/tools/llvm-pdbdump/raw-stream-data.test
  llvm/trunk/tools/llvm-pdbutil/CMakeLists.txt
  llvm/trunk/tools/llvm-pdbutil/FormatUtil.cpp
  llvm/trunk/tools/llvm-pdbutil/FormatUtil.h
  llvm/trunk/tools/llvm-pdbutil/LLVMOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbutil/LLVMOutputStyle.h
  llvm/trunk/tools/llvm-pdbutil/LinePrinter.cpp
  llvm/trunk/tools/llvm-pdbutil/LinePrinter.h
  llvm/trunk/tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  llvm/trunk/tools/llvm-pdbutil/MinimalSymbolDumper.h
  llvm/trunk/tools/llvm-pdbutil/MinimalTypeDumper.cpp
  llvm/trunk/tools/llvm-pdbutil/MinimalTypeDumper.h
  llvm/trunk/tools/llvm-pdbutil/RawOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbutil/RawOutputStyle.h
  llvm/trunk/tools/llvm-pdbutil/YAMLOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbutil/llvm-pdbutil.cpp
  llvm/trunk/tools/llvm-pdbutil/llvm-pdbutil.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34191.102703.patch
Type: text/x-patch
Size: 428754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170615/9d028971/attachment-0001.bin>


More information about the llvm-commits mailing list