[Lldb-commits] [PATCH] D60300: [testsuite] Split Objective-C data formatter
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 5 08:42:18 PDT 2019
aprantl added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjNSException.py:30
+ def nsexception_data_formatter_commands(self):
+ self.expect(
+ 'frame variable except0 except1 except2 except3',
----------------
It would be cleaner to replace
self.expect('frame var'
with lldbutil.check_variable()
but that's less important.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60300/new/
https://reviews.llvm.org/D60300
More information about the lldb-commits
mailing list