[llvm-pdbdump] Add basic symbol dumping.
authorZachary Turner <zturner@google.com>
Wed, 28 Jan 2015 01:22:33 +0000 (01:22 +0000)
committerZachary Turner <zturner@google.com>
Wed, 28 Jan 2015 01:22:33 +0000 (01:22 +0000)
commite0f25c29621cb6ce6725097086f811d0d87adcdb
treeb0e034f223d98900e767c4a31f8574faf0fbd4eb
parent0935e7a79b65d3850cc9b437cd67629267ba436c
[llvm-pdbdump] Add basic symbol dumping.

This adds two command line options:

--symbols dumps a list of all symbols found in the PDB.
--symbol-details dumps the same list, but with detailed information
                 for every symbol such as type, attributes, etc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227286 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-pdbdump/llvm-pdbdump.cpp