[llvm-pdbdump] Provide a mechanism to dump the raw contents of a PDB
authorDavid Majnemer <david.majnemer@gmail.com>
Thu, 15 Oct 2015 01:27:19 +0000 (01:27 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Thu, 15 Oct 2015 01:27:19 +0000 (01:27 +0000)
commit4e486b6a4d6f0eee11c6c4ebed464fac2a28660c
tree6fd3339f1259e7d0f2d55c5c6c91f94eab86a514
parenta9de001d3abf32bdc3a3b0942cca6790d10bbd78
[llvm-pdbdump] Provide a mechanism to dump the raw contents of a PDB

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

Differential Revision: http://reviews.llvm.org/D13674

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250356 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/PDB/PDBTypes.h
include/llvm/Support/MemoryBuffer.h
lib/Support/MemoryBuffer.cpp
test/DebugInfo/PDB/DIA/lit.local.cfg [new file with mode: 0644]
test/DebugInfo/PDB/DIA/pdbdump-flags.test [new file with mode: 0644]
test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test [new file with mode: 0644]
test/DebugInfo/PDB/lit.local.cfg [deleted file]
test/DebugInfo/PDB/pdbdump-flags.test [deleted file]
test/DebugInfo/PDB/pdbdump-headers.test [new file with mode: 0644]
test/DebugInfo/PDB/pdbdump-symbol-format.test [deleted file]
tools/llvm-pdbdump/llvm-pdbdump.cpp