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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to