[Lldb-commits] [PATCH] D64853: Fix CommandInterpreter for _regex-break with options
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 17 08:15:51 PDT 2019
davide added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py:242-257
+ break_results = lldbutil.run_break_set_command(
+ self, "b /%s/" %
+ self.regex)
+ lldbutil.check_breakpoint_result(
+ self,
+ break_results,
+ file_name='main.c',
----------------
I was under the impression this could be expressed more concisely [Jim has an utility for doing that, so he might point you in the right direction]
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64853/new/
https://reviews.llvm.org/D64853
More information about the lldb-commits
mailing list