[lldb/Plugins] Initialize all ABI plugins by their plugin name
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 18 Feb 2020 03:46:28 +0000 (19:46 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 18 Feb 2020 03:55:43 +0000 (19:55 -0800)
commitbcde387f46b74ee2954497b682425e4cac80f082
treeeeba6ab76f82738fd2341d720812b2d31e0b1882
parentb0840934a7cd56512801f422c57bd3b8a7c97f78
[lldb/Plugins] Initialize all ABI plugins by their plugin name
lldb/include/lldb/Core/PluginManager.h
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.cpp
lldb/source/Plugins/ABI/ARC/ABISysV_arc.cpp
lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.cpp
lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.cpp
lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.cpp
lldb/tools/lldb-test/SystemInitializerTest.cpp