[Lldb-commits] [PATCH] D14085: Add Socket::Create factory method which uses socket scheme (tcp, unix, ..) to find an appropriate implementation class.
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 26 17:06:14 PDT 2015
ovyalov retitled this revision from "Make Socket to support plugin interface" to "Add Socket::Create factory method which uses socket scheme (tcp, unix,..) to find an appropriate implementation class.".
ovyalov updated the summary for this revision.
ovyalov updated this revision to Diff 38484.
http://reviews.llvm.org/D14085
Files:
include/lldb/Host/Socket.h
include/lldb/Host/common/TCPSocket.h
include/lldb/Host/common/UDPSocket.h
include/lldb/Host/linux/AbstractSocket.h
include/lldb/Host/posix/DomainSocket.h
source/Host/common/Socket.cpp
source/Host/common/TCPSocket.cpp
source/Host/common/UDPSocket.cpp
source/Host/linux/AbstractSocket.cpp
source/Host/posix/DomainSocket.cpp
tools/lldb-server/Acceptor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14085.38484.patch
Type: text/x-patch
Size: 12776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151027/a0c4cd74/attachment.bin>
More information about the lldb-commits
mailing list