From 92369dcffd7e43e8a0ce20ea938dfb40487d6369 Mon Sep 17 00:00:00 2001 From: Kuba Mracek Date: Thu, 7 Feb 2019 01:49:10 +0000 Subject: [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument values llvm-svn: 353363 --- .../Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/exceptions/TestObjCExceptions.py') 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) -- cgit v1.2.3