This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Add consistency between reading the dynamic and shared cache class info
ClosedPublic

Authored by JDevlieghere on Mar 26 2021, 2:52 PM.

Details

Summary

This adds the consistency I promised in D99315 between how we read the
class info from the Objective-C runtime and the shared cache. (NFC)

Diff Detail

Event Timeline

JDevlieghere requested review of this revision.Mar 26 2021, 2:52 PM
JDevlieghere created this revision.
aprantl accepted this revision.Mar 26 2021, 2:55 PM
aprantl added inline comments.
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
375

Doxygen comment?

377

Should this implement a shared interface with DynamicClassInfoExtractor or am I just being obnoxious?

This revision is now accepted and ready to land.Mar 26 2021, 2:55 PM
This revision was landed with ongoing or failed builds.Mar 26 2021, 3:19 PM
This revision was automatically updated to reflect the committed changes.
JDevlieghere marked 2 inline comments as done.
Herald added a project: Restricted Project. · View Herald TranscriptMar 26 2021, 3:19 PM