[PATCH] D13674: [llvm-pdbdump] Provide a mechanism to dump the raw contents of a PDB

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 14:23:20 PDT 2015


majnemer created this revision.
majnemer added a reviewer: zturner.
majnemer added a subscriber: llvm-commits.

A PDB can be thought of as a very simple file system.  It is
occasionally illuminating to see the contents of the underlying files.

http://reviews.llvm.org/D13674

Files:
  include/llvm/DebugInfo/PDB/PDBTypes.h
  include/llvm/Support/MemoryBuffer.h
  lib/Support/MemoryBuffer.cpp
  test/DebugInfo/PDB/DIA/lit.local.cfg
  test/DebugInfo/PDB/DIA/pdbdump-flags.test
  test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test
  test/DebugInfo/PDB/lit.local.cfg
  test/DebugInfo/PDB/pdbdump-flags.test
  test/DebugInfo/PDB/pdbdump-headers.test
  test/DebugInfo/PDB/pdbdump-symbol-format.test
  tools/llvm-pdbdump/llvm-pdbdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13674.37174.patch
Type: text/x-patch
Size: 18597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151012/11d66d55/attachment.bin>


More information about the llvm-commits mailing list