[Lldb-commits] [PATCH] Move ConnectionFileDescriptor to posix-subfolder in preparation for implementing on Windows

Zachary Turner zturner at google.com
Thu Oct 2 17:05:42 PDT 2014


Jim, any objections here?  There's no functionality change so there's not
much to look at except for whether the structure of the files is sensible.

On Wed, Oct 1, 2014 at 11:14 AM, Zachary Turner <zturner at google.com> wrote:

> Same change as before, but with CFD moved to Host instead of to a
> platform-specific folder in Core.  There's no functionality change here,
> just file re-organization.
>
> http://reviews.llvm.org/D5548
>
> Files:
>   include/lldb/Core/ConnectionFileDescriptor.h
>   include/lldb/Host/ConnectionFileDescriptor.h
>   include/lldb/Host/Editline.h
>   include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
>   source/API/SBCommunication.cpp
>   source/Core/CMakeLists.txt
>   source/Core/ConnectionFileDescriptor.cpp
>   source/Core/Debugger.cpp
>   source/Host/CMakeLists.txt
>   source/Host/macosx/Host.mm
>   source/Host/posix/ConnectionFileDescriptorPosix.cpp
>   source/Interpreter/ScriptInterpreterPython.cpp
>   source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
>   source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
>   source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
>   source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
>   source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
>   source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
>   source/Target/Process.cpp
>   tools/lldb-gdbserver/lldb-gdbserver.cpp
>   tools/lldb-platform/lldb-platform.cpp
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141002/c1f7c27a/attachment.html>


More information about the lldb-commits mailing list