[Lldb-commits] [PATCH] Move ConnectionFileDescriptor to posix-subfolder in preparation for implementing on Windows
Zachary Turner
zturner at google.com
Mon Oct 6 12:34:57 PDT 2014
ping since people are back from vacation. Will put this in this afternoon
unless there's objections. I don't anticipate any though since it's just a
reorg and it implements the previous suggestions.
On Thu, Oct 2, 2014 at 5:18 PM, Jason Molenda <jmolenda at apple.com> wrote:
> Jim and Greg are both out of town right now - they'll both be back Monday.
>
> > On Oct 2, 2014, at 5:05 PM, Zachary Turner <zturner at google.com> wrote:
> >
> > 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
> >
> > _______________________________________________
> > lldb-commits mailing list
> > lldb-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141006/7db53b68/attachment.html>
More information about the lldb-commits
mailing list