[all-commits] [llvm/llvm-project] 654086: [lldb/Plugins] Move SymbolFileDWARFDebugMap into S...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Feb 12 11:30:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 654086cbf548c8571affcb24f4a4a1cf54988756
https://github.com/llvm/llvm-project/commit/654086cbf548c8571affcb24f4a4a1cf54988756
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-02-12 (Wed, 12 Feb 2020)
Changed paths:
M lldb/source/API/SystemInitializerFull.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
M lldb/tools/lldb-test/SystemInitializerTest.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list