[PATCH] Merge lldb-platform and lldb-gdbserver into a single binary.

Robert Flack flackr at gmail.com
Tue Feb 10 14:05:58 PST 2015


Hi vharron, tberghammer,

This commit merges lldb-platform and lldb-gdbserver into a single binary of the same size as each of the previous individual binaries. Execution mode is controlled by the first argument being either platform or gdbserver.

Note: lldb-platform and lldb-gdbserver are still referenced by several xcode files, I'm not sure what the proper way to update that project from Linux is.

Also, I haven't run all tests yet, wanted to get this up to make sure it was along the right lines for merging the two.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7545

Files:
  source/Host/posix/ProcessLauncherPosix.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
  tools/CMakeLists.txt
  tools/Makefile
  tools/lldb-gdbserver/CMakeLists.txt
  tools/lldb-gdbserver/Makefile
  tools/lldb-gdbserver/exports
  tools/lldb-gdbserver/lldb-gdbserver.cpp
  tools/lldb-platform/CMakeLists.txt
  tools/lldb-platform/Makefile
  tools/lldb-platform/exports
  tools/lldb-platform/lldb-platform.cpp
  tools/lldb-server/CMakeLists.txt
  tools/lldb-server/Makefile
  tools/lldb-server/exports
  tools/lldb-server/lldb-server.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7545.19708.patch
Type: text/x-patch
Size: 86786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150210/16a93031/attachment.bin>


More information about the llvm-commits mailing list