Two fixes in the Objective-C language runtime:
authorSean Callanan <scallanan@apple.com>
Thu, 17 Jul 2014 01:20:37 +0000 (01:20 +0000)
committerSean Callanan <scallanan@apple.com>
Thu, 17 Jul 2014 01:20:37 +0000 (01:20 +0000)
commit0feb17ec5cec6a11f0efeaa751cbf0c340cf395f
tree6f1bfa406361bf22d34ca58c1dd87821edba0183
parenta246468f5816242734ec7f8dcab846c5805d8e86
Two fixes in the Objective-C language runtime:

- First, when logging, be helpful by printing
  the real name of the class;

- Second, up the limit for number of classes
  from 16k to 128k, and put in an assertion
  (and better error handling when not in a
  debug configuration) when we cross that
  limit the next time.

<rdar://problem/17052976>

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