The expression text in AppleObjCRuntimeV1::CreateObjectChecker
authorJason Molenda <jmolenda@apple.com>
Fri, 24 Mar 2017 08:01:16 +0000 (08:01 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 24 Mar 2017 08:01:16 +0000 (08:01 +0000)
commit0387364c4c00277be875e1544d99492b0ea7820b
tree059dc0f9158bfdd072f832fa51bd7c65f5492893
parent7696a7edf9dceab386cec496646e169b43eb490d
The expression text in AppleObjCRuntimeV1::CreateObjectChecker
was formatted into a string inside an assert() expression.
Which is elided when lldb is built with asserts disabled;
the result is that all expressions will fail when debugging
programs using the objective-c v1 runtime.

<rdar://problem/30353271>

llvm-svn: 298694
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp