This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Add a setting to specify the preferred dynamic class info extractor function
ClosedPublic

Authored by JDevlieghere on Jun 21 2022, 4:55 PM.

Details

Summary

Add a setting to specify the preferred dynamic class info extractor function.

Diff Detail

Event Timeline

JDevlieghere created this revision.Jun 21 2022, 4:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2022, 4:55 PM
JDevlieghere requested review of this revision.Jun 21 2022, 4:55 PM
aprantl added inline comments.Jun 21 2022, 5:01 PM
lldb/source/Target/TargetProperties.td
57

Should this have "objc" in the name?

60

Configure how LLDB parses dynamic Objective-C class metadata. By default LLDB will choose the most appropriate method for the target OS.

aprantl accepted this revision.Jun 21 2022, 5:01 PM

Patch looks fine. Wording suggestion for the user-visible parts inside.

This revision is now accepted and ready to land.Jun 21 2022, 5:01 PM
JDevlieghere marked 2 inline comments as done.

Adress Adrian's code review feedback

Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2022, 6:51 PM