[Lldb-commits] [PATCH] D17848: Add reverse file remapping for breakpoint set
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 3 12:13:59 PST 2016
jingham added a comment.
At some point we should deal with the loss of information when we resolve re-mapped paths. For instance, here I set a breakpoint by the moved source location's full path, and that gets remapped to the build location. That's lovely since it makes the breakpoint take, but then if I do "break list" I'll see something I didn't enter, which is a little surprising. That happens in a few other places, so I don't think you need to deal with it here (and I don't think we want to burden FileSpec with the responsibility of keeping both paths) but just something to keep in the back of our minds...
http://reviews.llvm.org/D17848
More information about the lldb-commits
mailing list