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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D73121
[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.
Diff Detail
Event TimelineJDevlieghere added inline comments.
This revision is now accepted and ready to land.Jan 21 2020, 8:22 PM Closed by commit rG1d1ebb9e592b: [lldb/Initializers] Move all ObjC initializers into AppleObjCRuntime (authored by JDevlieghere). · Explain WhyJan 21 2020, 10:34 PM This revision was automatically updated to reflect the committed changes. JDevlieghere marked an inline comment as done.
Revision Contents
Diff 239494 lldb/source/API/SystemInitializerFull.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
lldb/tools/lldb-test/SystemInitializerTest.cpp
|
I am curious does order matter? Same below for Terminate