[Lldb-commits] [PATCH] fix codesigning of OSX debugserver when built with cmake

Todd Fiala tfiala at google.com
Thu Oct 2 09:06:39 PDT 2014


I'll give this a shot.

On Wed, Oct 1, 2014 at 5:41 PM, <dawn at burble.org> wrote:

> 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
> Please review and commit if OK?
>
> Note: you also need to set LLDB_DEBUGSERVER_PATH to point to your built
> debugserver
> or you will get the same error.  E.g. apply patch then:
>     cd <builddir>
>     rm -f bin/debugserver
>     ninja
>     export LLDB_DEBUGSERVER_PATH=`pwd`/bin/debugserver
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>
>


-- 
Todd Fiala | Software Engineer | tfiala at google.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141002/4d5b1121/attachment.html>


More information about the lldb-commits mailing list