This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Use GetNonKVOClassDescriptor to get the NSDictionary class descriptor
ClosedPublic

Authored by JDevlieghere on Sep 11 2020, 12:43 PM.

Details

Summary

On macOS Big Sur the class descriptor contains the NSKVONotifying_ prefix. This is covered by TestDataFormatterObjCKVO.

Diff Detail

Event Timeline

JDevlieghere requested review of this revision.Sep 11 2020, 12:43 PM
JDevlieghere created this revision.

Remove spurious change

jingham accepted this revision.Sep 11 2020, 4:50 PM

LGTM. The KVO decorated class name is almost never useful, and certainly not here...

This revision is now accepted and ready to land.Sep 11 2020, 4:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 11 2020, 5:37 PM