Merge lldb-platform and lldb-gdbserver into a single binary
authorTamas Berghammer <tberghammer@google.com>
Wed, 18 Feb 2015 15:39:41 +0000 (15:39 +0000)
committerTamas Berghammer <tberghammer@google.com>
Wed, 18 Feb 2015 15:39:41 +0000 (15:39 +0000)
commitc2c3d7185d3438826a1aa38a9774557958b41ae3
treef75ef155291876e9ab103ad927d9bb200d90ffe0
parente8b362a885cdb72eba9b6e8d54f49001cd1d2bc0
Merge lldb-platform and lldb-gdbserver into a single binary

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.

Patch from: flackr <flackr@google.com>

Differential revision: http://reviews.llvm.org/D7545

llvm-svn: 229683
13 files changed:
lldb/lldb.xcodeproj/project.pbxproj
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
lldb/test/tools/lldb-gdbserver/gdbremote_testcase.py
lldb/test/tools/lldb-gdbserver/lldbgdbserverutils.py
lldb/tools/CMakeLists.txt
lldb/tools/Makefile
lldb/tools/lldb-gdbserver/Makefile [deleted file]
lldb/tools/lldb-platform/CMakeLists.txt [deleted file]
lldb/tools/lldb-server/CMakeLists.txt [moved from lldb/tools/lldb-gdbserver/CMakeLists.txt with 56% similarity]
lldb/tools/lldb-server/Makefile [moved from lldb/tools/lldb-platform/Makefile with 83% similarity]
lldb/tools/lldb-server/lldb-gdbserver.cpp [moved from lldb/tools/lldb-gdbserver/lldb-gdbserver.cpp with 96% similarity]
lldb/tools/lldb-server/lldb-platform.cpp [moved from lldb/tools/lldb-platform/lldb-platform.cpp with 95% similarity]
lldb/tools/lldb-server/lldb-server.cpp [new file with mode: 0644]