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 \<br><div class="gmail_quote">On Wed, Feb 4, 2015 at 8:20 AM Hafiz Abid Qadeer <<a href="mailto:abidh.haq@gmail.com">abidh.haq@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">zturner,<br>
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.<br>
<br>
1. Change the path in lldb-mi before it reaches lldb proper. This is what I tried in initial patch.<br>
2. Fix it in the FileSpec::Normalize so that it will be fixed in both command line and lldb-mi.<br>
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.<br>
<br>
<br>
<a href="http://reviews.llvm.org/D7379" target="_blank">http://reviews.llvm.org/D7379</a><br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/<u></u>settings/panel/<u></u>emailpreferences/</a><br>
<br>
<br>
</blockquote></div>