OSDN Git Service

[lldb/Initializers] Move all ObjC initializers into AppleObjCRuntime
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 22 Jan 2020 06:20:48 +0000 (22:20 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 22 Jan 2020 06:24:32 +0000 (22:24 -0800)
commit1d1ebb9e592bea931845296dd80a46fb46af2642
tree179533132040e086a020ec52c4debf8ed47c588d
parent7bdc83f34016bb0288f7af6fffa244bfeb285d04
[lldb/Initializers] Move all ObjC initializers into AppleObjCRuntime

AppleObjCRuntime is the main entry point to the plugin with the same
name. This is part of a greater refactoring to auto generate the
initializers. NFC.

Differential revision: https://reviews.llvm.org/D73121
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
lldb/tools/lldb-test/SystemInitializerTest.cpp