[Lldb-commits] [PATCH] D45592: Allow relative file paths when settings source breakpoints

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 12 15:51:41 PDT 2018


clayborg added inline comments.


================
Comment at: packages/Python/lldbsuite/test/lldbutil.py:579
         test.assertTrue(
-            file_name == out_file_name,
+            out_file_name in file_name,
             "Breakpoint file name '%s' doesn't match resultant name '%s'." %
----------------
jingham wrote:
> The output file name should always END with the original file name, right?  Can we make this check reflect that more closely?
sure thing


https://reviews.llvm.org/D45592





More information about the lldb-commits mailing list