[lldb/Plugins] Move DynamicLoaderMacOS into DynamicLoaderMacOSXDYLD (NFCI)
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 12 Feb 2020 21:44:05 +0000 (13:44 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 12 Feb 2020 21:44:20 +0000 (13:44 -0800)
commit6e30fd05c92dff39cc196fadaa0489b907b29be8
tree085ac66d86b65025abfb68e979ebb2c0dae4ef34
parent4f865b77941db364eaf0a6c265d183274c503ecb
[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.
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
lldb/tools/lldb-test/SystemInitializerTest.cpp