summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
Diffstat (limited to 'lldb')
-rw-r--r--lldb/source/Symbol/SymbolVendor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lldb/source/Symbol/SymbolVendor.cpp b/lldb/source/Symbol/SymbolVendor.cpp
index f46a40ba518..f0db9c8d1ed 100644
--- a/lldb/source/Symbol/SymbolVendor.cpp
+++ b/lldb/source/Symbol/SymbolVendor.cpp
@@ -354,10 +354,12 @@ void SymbolVendor::Dump(Stream *s) {
}
}
s->EOL();
+ s->PutCString("Types:\n");
+ m_type_list.Dump(s, show_context);
+ s->EOL();
if (m_sym_file_up)
m_sym_file_up->Dump(*s);
s->IndentMore();
- m_type_list.Dump(s, show_context);
if (Symtab *symtab = GetSymtab())
symtab->Dump(s, nullptr, eSortOrderNone);
OpenPOWER on IntegriCloud