I see. I don't have code in front of me, but can you check Args::SetCommandString? I thought it had code to convert \\ into \ On Wed, Feb 4, 2015 at 8:20 AM Hafiz Abid Qadeer <[email protected]> wrote:
> 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 [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
