[Lldb-commits] [PATCH] D16861: Pass socket scheme as part of debug server listen URL
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Fri May 27 10:04:25 PDT 2016
ovyalov added a comment.
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!
http://reviews.llvm.org/D16861
More information about the lldb-commits
mailing list