[Lldb-commits] [PATCH] D14085: Make Socket to support plugin interface

Oleksiy Vyalov via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 26 11:12:06 PDT 2015


ovyalov created this revision.
ovyalov added a reviewer: clayborg.
ovyalov added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

Make Socket to support plugin interface - moved implementation classes into source/Plugins/Socket folder and migrated most of use cases in order to rely on base Socket class.

http://reviews.llvm.org/D14085

Files:
  cmake/LLDBDependencies.cmake
  include/lldb/Core/PluginManager.h
  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
  include/lldb/lldb-forward.h
  include/lldb/lldb-private-interfaces.h
  lldb.xcodeproj/project.pbxproj
  source/Core/PluginManager.cpp
  source/Host/CMakeLists.txt
  source/Host/common/Socket.cpp
  source/Host/common/TCPSocket.cpp
  source/Host/common/UDPSocket.cpp
  source/Host/linux/AbstractSocket.cpp
  source/Host/posix/ConnectionFileDescriptorPosix.cpp
  source/Host/posix/DomainSocket.cpp
  source/Initialization/SystemInitializerCommon.cpp
  source/Plugins/CMakeLists.txt
  source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
  source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
  source/Plugins/Socket/CMakeLists.txt
  source/Plugins/Socket/Linux/AbstractSocket.cpp
  source/Plugins/Socket/Linux/AbstractSocket.h
  source/Plugins/Socket/Linux/CMakeLists.txt
  source/Plugins/Socket/POSIX/CMakeLists.txt
  source/Plugins/Socket/POSIX/DomainSocket.cpp
  source/Plugins/Socket/POSIX/DomainSocket.h
  source/Plugins/Socket/TCP/CMakeLists.txt
  source/Plugins/Socket/TCP/TCPSocket.cpp
  source/Plugins/Socket/TCP/TCPSocket.h
  source/Plugins/Socket/UDP/CMakeLists.txt
  source/Plugins/Socket/UDP/UDPSocket.cpp
  source/Plugins/Socket/UDP/UDPSocket.h
  tools/lldb-server/Acceptor.cpp
  tools/lldb-server/lldb-platform.cpp
  unittests/Host/SocketTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14085.38437.patch
Type: text/x-patch
Size: 97823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151026/f0b5ecc2/attachment-0001.bin>


More information about the lldb-commits mailing list