[Lldb-commits] [PATCH] Make FileAction not be a nested class, and move AddPosixSpawnFileAction from ProcessLaunchInfo to Host.

Zachary Turner zturner at google.com
Wed Aug 13 17:37:09 PDT 2014


Fixed up the Xcode project to contain the new files.  First time ever using a Mac, so please check that I did this correctly.

I've now compiled this patch on Windows, Linux, and Mac, and tests pass on all 3.

http://reviews.llvm.org/D4877

Files:
  include/lldb/Host/Host.h
  include/lldb/Target/FileAction.h
  include/lldb/Target/ProcessLaunchInfo.h
  lldb.xcodeproj/project.pbxproj
  source/Host/common/Host.cpp
  source/Host/macosx/Host.mm
  source/Plugins/Process/Linux/NativeProcessLinux.cpp
  source/Plugins/Process/POSIX/ProcessPOSIX.cpp
  source/Plugins/Process/POSIX/ProcessPOSIX.h
  source/Plugins/Process/Windows/ProcessWindows.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  source/Target/CMakeLists.txt
  source/Target/FileAction.cpp
  source/Target/Process.cpp
  source/Target/ProcessLaunchInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4877.12473.patch
Type: text/x-patch
Size: 31354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140814/ea5da962/attachment.bin>


More information about the lldb-commits mailing list