This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Initializers] Move all ObjC initializers into AppleObjCRuntime
ClosedPublic

Authored by JDevlieghere on Jan 21 2020, 9:45 AM.

Details

Summary

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.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jan 21 2020, 9:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 21 2020, 9:45 AM
shafik added a subscriber: shafik.Jan 21 2020, 10:38 AM
shafik added inline comments.
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
58

I am curious does order matter? Same below for Terminate

JDevlieghere marked 2 inline comments as done.Jan 21 2020, 11:54 AM
JDevlieghere added inline comments.
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
58

I've kept the same order but I don't think it matters.

xiaobai accepted this revision.Jan 21 2020, 8:22 PM
This revision is now accepted and ready to land.Jan 21 2020, 8:22 PM
This revision was automatically updated to reflect the committed changes.
JDevlieghere marked an inline comment as done.