[PATCH] D44328: Support embedding natvis files in PDBs.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 19 12:56:39 PDT 2018


This revision was not accepted when it landed; it landed in state "Changes Planned".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL327895: Support embedding natvis files in PDBs. (authored by zturner, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D44328?vs=137836&id=138988#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44328

Files:
  lld/trunk/COFF/Config.h
  lld/trunk/COFF/Driver.cpp
  lld/trunk/COFF/Options.td
  lld/trunk/COFF/PDB.cpp
  lld/trunk/test/COFF/Inputs/generic.yaml
  lld/trunk/test/COFF/Inputs/natvis-1.natvis
  lld/trunk/test/COFF/Inputs/natvis-2.natvis
  lld/trunk/test/COFF/Inputs/natvis-3.natvis
  lld/trunk/test/COFF/pdb-natvis.test
  lld/trunk/test/lit.cfg.py
  lld/trunk/test/lit.site.cfg.py.in
  llvm/trunk/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/HashTable.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/RawConstants.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/RawTypes.h
  llvm/trunk/lib/DebugInfo/CodeView/DebugChecksumsSubsection.cpp
  llvm/trunk/lib/DebugInfo/CodeView/DebugCrossImpSubsection.cpp
  llvm/trunk/lib/DebugInfo/CodeView/DebugStringTableSubsection.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp
  llvm/trunk/tools/llvm-pdbutil/DumpOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbutil/DumpOutputStyle.h
  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: D44328.138988.patch
Type: text/x-patch
Size: 40649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180319/e2a91a50/attachment.bin>


More information about the llvm-commits mailing list