[lldb-dev] LLDB code signing
Greg Clayton
gclayton at apple.com
Mon Jul 9 16:54:06 PDT 2012
If you don't require any changes to debugserver, you can always copy the debugserver binary from the LLDB.framework that comes with the latest Xcode since that will be code signed by Apple. Currently debugserver is the only thing that needs to be codesigned.
The issue you are seeing is indeed due to incorrect code signing.
Greg
On Jul 9, 2012, at 11:18 AM, Andrey Zaytsev wrote:
> Hi!
> We are thinking of bundling custom LLDB build with our product. What should we do with code signing? I just moved built lldb from one of my macs to another and it reports error: "initial process state wasn't stopped: exited".
>
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list