[Lldb-commits] [PATCH] Move FileSystem functions from Host to their own class

Zachary Turner zturner at google.com
Thu Aug 14 13:21:35 PDT 2014


Updated the Xcode project and confirmed that all tests pass on MacOSX and Linux.

Will submit this tomorrow unless there's objections.

http://reviews.llvm.org/D4889

Files:
  include/lldb/Host/FileCache.h
  include/lldb/Host/FileSystem.h
  include/lldb/Host/Host.h
  include/lldb/Target/FileAction.h
  lldb.xcodeproj/project.pbxproj
  source/CMakeLists.txt
  source/Host/CMakeLists.txt
  source/Host/common/CMakeLists.txt
  source/Host/common/FileCache.cpp
  source/Host/common/FileSpec.cpp
  source/Host/common/Host.cpp
  source/Host/common/Socket.cpp
  source/Host/posix/CMakeLists.txt
  source/Host/posix/FileSystem.cpp
  source/Host/windows/CMakeLists.txt
  source/Host/windows/FileSystem.cpp
  source/Host/windows/Host.cpp
  source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
  source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  source/Plugins/Process/Linux/NativeProcessLinux.cpp
  source/Plugins/Process/POSIX/ProcessPOSIX.cpp
  source/Plugins/Process/POSIX/ProcessPOSIX.h
  source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  source/Target/FileAction.cpp
  source/Target/Platform.cpp
  source/Target/Process.cpp
  source/Target/ProcessLaunchInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4889.12522.patch
Type: text/x-patch
Size: 74809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140814/e03623a0/attachment.bin>


More information about the lldb-commits mailing list