[Lldb-commits] [PATCH] Move ConnectionFileDescriptor to posix-subfolder in preparation for implementing on Windows
Jason Molenda
jmolenda at apple.com
Thu Oct 2 17:18:04 PDT 2014
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
More information about the lldb-commits
mailing list