Make sure GetObjectDescription falls back to the Objective-C runtime.
authorAdrian Prantl <aprantl@apple.com>
Thu, 16 May 2019 19:21:31 +0000 (19:21 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 16 May 2019 19:21:31 +0000 (19:21 +0000)
commit431dd943a1aa747efd07af44ea83398254cf6681
treed5d22415f0f55eaf727e26a7c2f2be5cc0082c91
parentf637bb6ebdd93b21200e644f1dc30691957844da
Make sure GetObjectDescription falls back to the Objective-C runtime.

This fixes an unintended regression introduced by
https://reviews.llvm.org/D61451 by making sure the Objective-C runtime
is also tried when the "correct" language runtime failed to return an
object description.

rdar://problem/50791055

Differential Revision: https://reviews.llvm.org/D62015

llvm-svn: 360929
lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/Makefile [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/TestObjCXXBridgedPO.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/objcxx/cxx-bridged-po/main.mm [new file with mode: 0644]
lldb/source/Core/ValueObject.cpp