[lldb] Use GetNonKVOClassDescriptor to get the NSDictionary class descriptor
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 11 Sep 2020 20:25:40 +0000 (13:25 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 12 Sep 2020 00:37:14 +0000 (17:37 -0700)
commit33eb64704292dc2fc8585b8aa7459f96482c6cf9
treedc04707c2f12bc16a760a4f84b3d6e117cc71a5e
parentd751f86189a7f7ef2a6fe06974a5da3349b02f20
[lldb] Use GetNonKVOClassDescriptor to get the NSDictionary class descriptor

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

Differential revision: https://reviews.llvm.org/D87545
lldb/source/Plugins/Language/ObjC/NSDictionary.cpp