Add logic to the ObjC runtime in LLDB to extract the pointer values of the two single...
authorEnrico Granata <egranata@apple.com>
Sat, 20 Aug 2016 00:48:11 +0000 (00:48 +0000)
committerEnrico Granata <egranata@apple.com>
Sat, 20 Aug 2016 00:48:11 +0000 (00:48 +0000)
commit3630a287a66951f13764e17e597b9149bc59fa99
treef62c6973d5b8768c036928e30b820d364ae54c1b
parentc49b00a2491d935d6e225d6061819566f8e02191
Add logic to the ObjC runtime in LLDB to extract the pointer values of the two singleton (pairtons?) instances of __NSCFBoolean that represent true and false

This is useful because that knowledge will in turn allow no-code-running formatting of boolean NSNumbers; but that's a commit that will have to wait Monday..

llvm-svn: 279353
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h