zturner,
Command line case was just to show the problem. Real issue is that eclipse 
sends out path of the file with 2 \\ in it which fails the breakpoint lookup. 
So we have the following options.

1. Change the path in lldb-mi before it reaches lldb proper. This is what I 
tried in initial patch.
2. Fix it in the FileSpec::Normalize so that it will be fixed in both command 
line and lldb-mi.
3. Fix the FileSpec:Equals to be more intelligent and does not do simple string 
matches when it is comparing the directories. Take care of single or double 
slashes as directory separators. But it looks to be redundant work as we call 
Normalize on the paths before which should take care of such cases.


http://reviews.llvm.org/D7379

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to