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

Zachary Turner zturner at google.com
Wed Oct 1 11:14:16 PDT 2014


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 --------------
A non-text attachment was scrubbed...
Name: D5548.14288.patch
Type: text/x-patch
Size: 78452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141001/a688d1cd/attachment.bin>


More information about the lldb-commits mailing list