OSDN Git Service

[llvm-pdbdump] Decipher the remaining PDB streams.
authorZachary Turner <zturner@google.com>
Wed, 25 May 2016 05:49:48 +0000 (05:49 +0000)
committerZachary Turner <zturner@google.com>
Wed, 25 May 2016 05:49:48 +0000 (05:49 +0000)
commit4f4018ce2cd71804567fd7d3f9dfff415c0f50e7
tree3410ba6898c00ce2e424e7f600fbce1d97e87e7b
parent9c894139a044166f4a4f203db0df7457c93a62e6
[llvm-pdbdump] Decipher the remaining PDB streams.

We know at least know the meaning of every stream of the
PDB file.  Yay!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270669 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/PDB/Raw/DbiStream.h
include/llvm/DebugInfo/PDB/Raw/RawConstants.h
lib/DebugInfo/PDB/Raw/DbiStream.cpp
test/DebugInfo/PDB/pdbdump-headers.test
tools/llvm-pdbdump/llvm-pdbdump.cpp