[Lldb-commits] [PATCH] Fix break-insert command on Windows.

Zachary Turner zturner at google.com
Wed Feb 4 09:04:44 PST 2015


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.haq at 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/
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150204/c7df5ffb/attachment.html>


More information about the lldb-commits mailing list