[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:40:10 PDT 2019
aprantl added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/ObjCDataFormatterTestCase.py:21
+ # Find the line number to break at.
+ self.line = line_number('main.m', '// Set break point at this line.')
+
----------------
All uses of this variable should also be replaced by `lldbutil.run_to_source_breakpoint()`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60300/new/
https://reviews.llvm.org/D60300
More information about the lldb-commits
mailing list