summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-02-22 21:45:38 +0000
committerZachary Turner <zturner@google.com>2015-02-22 21:45:38 +0000
commitfc4ecedb754b67e00b31b0ff8be2e450e2505467 (patch)
tree5a7358bd84469a0d600ca22db50dda729c754be7 /llvm/lib/DebugInfo
parent5e5d7840fbf292753232cef33b92c94fbee1d2e9 (diff)
downloadbcm5719-llvm-fc4ecedb754b67e00b31b0ff8be2e450e2505467.tar.gz
bcm5719-llvm-fc4ecedb754b67e00b31b0ff8be2e450e2505467.zip
[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. llvm-svn: 230182
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r--llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp b/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp
index 5d3da216957..efd28bca469 100644
--- a/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp
+++ b/llvm/lib/DebugInfo/PDB/PDBSymbolExe.cpp
@@ -53,6 +53,7 @@ void PDBSymbolExe::dump(raw_ostream &OS, int Indent,
OS << "\n";
if (Flags & PDB_DF_Children) {
+ OS << stream_indent(Indent + 2) << "Dumping types\n";
if (Flags & PDB_DF_Hidden) {
// For some reason, for each SymTag T, this dumps more items of type T
// than are dumped by calling dumpChildren(T). In other words, there are
OpenPOWER on IntegriCloud