[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
Thu May 26 20:28:18 PDT 2016


tfiala added a subscriber: tfiala.
tfiala added a comment.

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.


http://reviews.llvm.org/D16861





More information about the lldb-commits mailing list