[Lldb-commits] [PATCH] D16861: Pass socket scheme as part of debug server listen URL

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Fri May 27 10:08:57 PDT 2016


tfiala added a comment.

In http://reviews.llvm.org/D16861#442396, @ovyalov wrote:

> In http://reviews.llvm.org/D16861#441964, @tfiala wrote:
>
> > This change broke connection to debugserver on OS X - the constructed URL on debugserver does not take the tcp:// (URL-scheme) portion.  This would manifest when 'lldb-server platform' was attempting to launch debugserver.
> >
> > I'm going to be making a fix for the debugserver case.  I'll make sure it doesn't break Linux.
>
>
> thanks for the fix, Todd!


Sure think, Oleksiy!


http://reviews.llvm.org/D16861





More information about the lldb-commits mailing list