[Lldb-commits] [PATCH] D34400: Move Connection from Core to Host
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 27 03:33:46 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL306391: Move Connection and IOObject interfaces to Utility module (authored by labath).
Changed prior to commit:
https://reviews.llvm.org/D34400?vs=103971&id=104125#toc
Repository:
rL LLVM
https://reviews.llvm.org/D34400
Files:
lldb/trunk/include/lldb/Core/Connection.h
lldb/trunk/include/lldb/Host/File.h
lldb/trunk/include/lldb/Host/Host.h
lldb/trunk/include/lldb/Host/IOObject.h
lldb/trunk/include/lldb/Host/MainLoopBase.h
lldb/trunk/include/lldb/Host/Socket.h
lldb/trunk/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
lldb/trunk/include/lldb/Host/windows/ConnectionGenericFileWindows.h
lldb/trunk/include/lldb/Utility/Connection.h
lldb/trunk/include/lldb/Utility/IOObject.h
lldb/trunk/source/API/SBCommunication.cpp
lldb/trunk/source/Core/CMakeLists.txt
lldb/trunk/source/Core/Communication.cpp
lldb/trunk/source/Core/Connection.cpp
lldb/trunk/source/Host/CMakeLists.txt
lldb/trunk/source/Host/common/Host.cpp
lldb/trunk/source/Host/common/IOObject.cpp
lldb/trunk/source/Host/posix/ConnectionFileDescriptorPosix.cpp
lldb/trunk/source/Utility/CMakeLists.txt
lldb/trunk/source/Utility/Connection.cpp
lldb/trunk/source/Utility/IOObject.cpp
lldb/trunk/tools/lldb-server/Acceptor.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34400.104125.patch
Type: text/x-patch
Size: 32775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170627/e20a0422/attachment-0001.bin>
More information about the lldb-commits
mailing list