llvm-project/lldb/tools/debugserver
Todd Fiala eeb023cf76 Fix codesigning of MacOSX debugserver when built with cmake.
This patch fixes the codesigning of debugserver on OSX when built with
cmake.  Without this you get this error when debugging:
    error: process launch failed: unable to locate debugserver

Note: you also need to set LLDB_DEBUGSERVER_PATH to point to your built debugserver.
e.g. export LLDB_DEBUGSERVER_PATH=`pwd`/bin/debugserver

Change by dawn@burble.org.

Tested on MacOSX 10.9.5 and Xcode 6.1 Beta using cmake/ninja.
Verified no build break on Linux Ubuntu cmake/ninja and Xcode 6.1 canonical build.

llvm-svn: 218890
2014-10-02 16:59:30 +00:00
..
debugserver.xcodeproj Bump the verison number in the xcode project files. 2014-08-21 23:27:02 +00:00
resources Bump to lldb-133. 2012-03-17 03:27:04 +00:00
scripts Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
source Fix codesigning of MacOSX debugserver when built with cmake. 2014-10-02 16:59:30 +00:00
CMakeLists.txt Fix CMake build of debugserver on Mac OS X. 2014-01-10 23:06:17 +00:00
Makefile Make lldb build with Makefiles on OS X. 2014-01-18 08:05:32 +00:00
debugnub-exports