summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2019-02-07 01:49:10 +0000
committerKuba Mracek <mracek@apple.com>2019-02-07 01:49:10 +0000
commit92369dcffd7e43e8a0ce20ea938dfb40487d6369 (patch)
tree892cb7e3affd11cb50925e0a05d7a3436e90ae5f /lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py
parent9a7356a60f7e2bc6cd8513cca34b29f88a0055eb (diff)
downloadbcm5719-llvm-92369dcffd7e43e8a0ce20ea938dfb40487d6369.tar.gz
bcm5719-llvm-92369dcffd7e43e8a0ce20ea938dfb40487d6369.zip
[lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument values
llvm-svn: 353363
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py b/lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py
index aa64606968f..cc68e3677ec 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py
@@ -44,6 +44,7 @@ class ObjCExceptionsTestCase(TestBase):
self.assertEqual(variables.GetSize(), 1)
self.assertEqual(variables.GetValueAtIndex(0).name, "exception")
+ self.assertEqual(variables.GetValueAtIndex(0).GetValueType(), lldb.eValueTypeVariableArgument)
lldbutil.run_to_source_breakpoint(self, "// Set break point at this line.", lldb.SBFileSpec("main.mm"), launch_info=launch_info)
OpenPOWER on IntegriCloud