Fix PDB tests after r367820
authorPavel Labath <pavel@labath.sk>
Mon, 5 Aug 2019 11:29:01 +0000 (11:29 +0000)
committerPavel Labath <pavel@labath.sk>
Mon, 5 Aug 2019 11:29:01 +0000 (11:29 +0000)
commit5a7e1e978f04f06a63c70107d6b2d42cc4f7b19d
treebbf56a8c2b4bf7bf0854abc32c8664a8b3d15f84
parenteaf13044bda2f58562a7e5f4ee762e70294299a9
Fix PDB tests after r367820

The commit changed Module dumping code to call SymbolFile::Dump
directly, which meant that we were no longer showing the plugin name in
the output (as that was done in the SymbolVendor).

This adds the plugin name printing code to the SymbolFile dump method,
and tweak the assertions in the PDB tests to match it correctly.

llvm-svn: 367835
lldb/lit/SymbolFile/PDB/class-layout.test
lldb/lit/SymbolFile/PDB/compilands.test
lldb/lit/SymbolFile/PDB/func-symbols.test
lldb/lit/SymbolFile/PDB/type-quals.test
lldb/lit/SymbolFile/PDB/typedefs.test
lldb/lit/SymbolFile/PDB/variables.test
lldb/source/Symbol/SymbolFile.cpp