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



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

Reply via email to