3 Test lldb data formatter subsystem.
8 from lldbsuite.test.decorators import *
9 from lldbsuite.test.lldbtest import *
10 from lldbsuite.test import lldbutil
12 from ObjCDataFormatterTestCase import ObjCDataFormatterTestCase
15 class ObjCDataFormatterNSException(ObjCDataFormatterTestCase):
18 def test_nsexception_with_run_command(self):
19 """Test formatters for NSException."""
20 self.appkit_tester_impl(self.nsexception_data_formatter_commands)
22 def nsexception_data_formatter_commands(self):
24 'frame variable except0 except1 except2 except3',
26 '(NSException *) except0 = ',
28 '(NSException *) except1 = ',
30 '(NSException *) except2 = ',
32 '(NSException *) except3 = ',