[lldb/Plugins] Move SymbolFileDWARFDebugMap into SymbolFileDWARF (NFCI)
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 12 Feb 2020 19:01:43 +0000 (11:01 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 12 Feb 2020 19:30:17 +0000 (11:30 -0800)
commit654086cbf548c8571affcb24f4a4a1cf54988756
treeb4559cf7cc77204252299a0709e3d087bb813038
parent90a94c02fb243f0b49ee9933b0e8145147f84e32
[lldb/Plugins] Move SymbolFileDWARFDebugMap into SymbolFileDWARF (NFCI)

Move the logic for initialization and termination for
SymbolFileDWARFDebugMap into SymbolFileDWARF so that there's one
initializer for the SymbolFileDWARF plugin.
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
lldb/tools/lldb-test/SystemInitializerTest.cpp