Hmm. What does eclipse do on other platforms? Does it use // or /? I'm
wondering if the logic should be behind an if (m_syntax ==
PathSyntaxWindows). Then just scan the string and remove double backslashes
before normalizing
On Wed, Feb 4, 2015 at 8:52 AM Hafiz Abid Qadeer <abidh....@gmail.com>
wrote:

> That function may be relevent for command line. Lldb-mi calls 
> SBTarget::BreakpointCreateByLocation
> (and similar) functions to set the breakpoint and Args::SetCommandString is
> never called.
>
>
> 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