Update LLDB to read a newer format of Objective-C class information from the dyld...
authorEnrico Granata <egranata@apple.com>
Tue, 24 Feb 2015 02:11:06 +0000 (02:11 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 24 Feb 2015 02:11:06 +0000 (02:11 +0000)
commit4ae3dda60535b10015f2ce3574e8d5b252739b7a
treec3dbae1207d400ca96a4d5f53d788a9b06b5ed83
parent2ca8c6b9ca2c13729a84cfa68311d61b2416e4b2
Update LLDB to read a newer format of Objective-C class information from the dyld shared cache
Also, since most of the time the lack of such information is a serious problem that hinders productive debugging, emit an actual user visible warning when this occurs (once per process)

Fixes rdar://19898507

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