Logging improvements for the Objective-C runtime.
authorSean Callanan <scallanan@apple.com>
Wed, 7 Nov 2012 01:27:50 +0000 (01:27 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 7 Nov 2012 01:27:50 +0000 (01:27 +0000)
commit439265aba4bdfff983952d022c6da5c320fffd15
treed419023ddf3562c88e1d2a0919670759624e8890
parentc6d8efd0415cd926affdeec6e48a212a68d34d25
Logging improvements for the Objective-C runtime.
Also fixed a bug where the Objective-C runtime
would not properly report that it found a class if
(a) it had to build the ObjCInterfaceDecl for the
class and (b) logging was enabled.

<rdar://problem/12641180>

llvm-svn: 167516
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeVendor.cpp