[Lldb-commits] [PATCH] D45592: Allow relative file paths when settings source breakpoints
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 12 15:46:47 PDT 2018
jingham added a comment.
Except for a minor comment, this seems fine to me, and is a useful addition!
================
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'." %
----------------
The output file name should always END with the original file name, right? Can we make this check reflect that more closely?
https://reviews.llvm.org/D45592
More information about the lldb-commits
mailing list