[Lldb-commits] [PATCH] D14085: Make Socket to support plugin interface
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 26 11:29:04 PDT 2015
zturner added a subscriber: zturner.
zturner requested changes to this revision.
zturner added a reviewer: zturner.
zturner added a comment.
This revision now requires changes to proceed.
I'm not sure I agree with this change. The interface to programming with socket is by definition a property of the Host operating system. It seems to me like Host was already the correct place for this code.
http://reviews.llvm.org/D14085
More information about the lldb-commits
mailing list