[all-commits] [llvm/llvm-project] 6e30fd: [lldb/Plugins] Move DynamicLoaderMacOS into Dynami...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Feb 12 13:44:50 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6e30fd05c92dff39cc196fadaa0489b907b29be8
https://github.com/llvm/llvm-project/commit/6e30fd05c92dff39cc196fadaa0489b907b29be8
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/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
M lldb/tools/lldb-test/SystemInitializerTest.cpp
Log Message:
-----------
[lldb/Plugins] Move DynamicLoaderMacOS into DynamicLoaderMacOSXDYLD (NFCI)
Move the logic for initialization and termination for DynamicLoaderMacOS
into DynamicLoaderMacOSXDYLD so that there's one initializer for the
DynamicLoaderMacOSXDYLD plugin.
More information about the All-commits
mailing list