[llvm-pdbdump] Simplify options and output.
authorZachary Turner <zturner@google.com>
Sun, 22 Feb 2015 21:45:38 +0000 (21:45 +0000)
committerZachary Turner <zturner@google.com>
Sun, 22 Feb 2015 21:45:38 +0000 (21:45 +0000)
commite759e99a67aeeb96048e8358d7ad20a9530e6807
tree970c19d45384b0928263a859db9f98e4606d5299
parent5606ca9edd5a014f4e134d0c4d4f20aff4be9a28
[llvm-pdbdump] Simplify options and output.

This removes a wealth of options, and instead now only provides
three options.  -symbols, -types, and -compilands.  This greatly
simplifies use of the tool, and makes it easier to understand
what you're going to see when you run the tool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230182 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/PDB/PDBSymbolExe.cpp
test/DebugInfo/PDB/pdbdump-flags.test
test/DebugInfo/PDB/pdbdump-symbol-format.test
tools/llvm-pdbdump/llvm-pdbdump.cpp