[Lldb-commits] [PATCH] D45592: Allow relative file paths when settings source breakpoints
Davide Italiano via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 12 17:45:07 PDT 2018
davide added a comment.
Thanks for this! Just one minor inline.
================
Comment at: source/Breakpoint/BreakpointResolverFileLine.cpp:132
+ if (is_relative) {
+ // If the path was reltive, make sure any matches match as long as the
+ // relative parts of the path match the path from support files
----------------
Just one typo, "reltive" -> "relative".
https://reviews.llvm.org/D45592
More information about the lldb-commits
mailing list