[Lldb-commits] [PATCH] D13970: Add support for abstract domain sockets.

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 21 21:06:50 PDT 2015


ovyalov created this revision.
ovyalov added reviewers: clayborg, labath.
ovyalov added a subscriber: lldb-commits.

Abstract domain sockets are supported only by Linux (at least, as documentation says) so I'm putting new socket class into linux subfolder.
Since there is a possibility that abstract namespace might be provided by other posix platforms it might be useful to link it with linux-independent URL scheme - i.e. "unix-abstract-connect".

http://reviews.llvm.org/D13970

Files:
  include/lldb/Host/Socket.h
  include/lldb/Host/linux/AbstractSocket.h
  include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
  include/lldb/Host/posix/DomainSocket.h
  source/Host/CMakeLists.txt
  source/Host/common/Socket.cpp
  source/Host/linux/AbstractSocket.cpp
  source/Host/posix/ConnectionFileDescriptorPosix.cpp
  source/Host/posix/DomainSocket.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13970.38084.patch
Type: text/x-patch
Size: 10641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151022/024f5fb4/attachment.bin>


More information about the lldb-commits mailing list