[PDB] Print some more details when explaining MSF fields.
authorZachary Turner <zturner@google.com>
Thu, 29 Mar 2018 17:45:34 +0000 (17:45 +0000)
committerZachary Turner <zturner@google.com>
Thu, 29 Mar 2018 17:45:34 +0000 (17:45 +0000)
commitf4b6dcf6af9d1ef38f60f112c8ccbf2521e07e88
tree3a56ccb2377f67382f77c651d42f89dcd017b0e4
parent7d89ce97ecab86c0b48bce46ab51535ec9950c68
[PDB] Print some more details when explaining MSF fields.

When we determine that a field belongs to an MSF super block or
the free page map, we wouldn't print any additional information.

With this patch, we now print the value of the field (for super
block fields) or the allocation status of the specified byte (in
the case of offsets in the FPM).

llvm-svn: 328808
llvm/test/tools/llvm-pdbdump/explain.test
llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp