<div dir="ltr">Hi Greg, I am using the lldb(/usr/bin/lldb) installed by Xcode not self-built one. For example, I can use lldb to attach to chrome without any problem. And I can see the debugserver it uses is from "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/Resources/debugserver". Do I still need to sign it?<div>Only the app launched from Xcode IDE can't be attached from this lldb.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 9, 2016 at 3:08 PM, Greg Clayton <span dir="ltr"><<a href="mailto:gclayton@apple.com" target="_blank">gclayton@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Did you follow the instructions and you have made your "lldb_codesign" code signing certificate?:<br>
<br>
svn cat <a href="http://llvm.org/svn/llvm-project/lldb/trunk/docs/code-signing.txt" rel="noreferrer" target="_blank">http://llvm.org/svn/llvm-project/lldb/trunk/docs/code-signing.txt</a><br>
<br>
If you don't do this, your debugserver won't have the ability to debug anything. If you don't want to do this, you can remove the "debugserver" binary from your LLDB.framework that you built and are running with, and then we will fall back to using the one that is installed inside /Applications/Xcode.app as that one is Apple code signed.<br>
<br>
Greg<br>
<div><div class="h5"><br>
> On Mar 9, 2016, at 3:04 PM, Jeffrey Tan via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> My colleague is trying to use our lldb IDE attaching to app run/build from Xcode which failed. I can reproduce this with lldb console:<br>
><br>
> jeffreytan-mbp:$ ps aux | grep iOSApp<br>
> jeffreytan      61816   0.0  0.0  2432772    676 s002  S+    3:00PM   0:00.00 grep iOSApp<br>
> jeffreytan      61806   0.0  0.2  2721120  38600   ??  SXs   3:00PM   0:00.24 /Users/jeffreytan/Library/Developer/CoreSimulator/Devices/EF17E202-3981-4DB0-87C9-2A9345C1E713/data/Containers/Bundle/Application/CAEBA7D7-D284-4489-8A53-A88E56F9BB04/iOSAppTest.app/iOSAppTest<br>
> jeffreytan-mbp:$ lldb -p 61806<br>
> (lldb) process attach --pid 61806<br>
> error: attach failed: attach failed: unable to attach<br>
><br>
> My theory is:<br>
> 1. Xcode does not have the concept of run without debugger and run under debugger, so it always run app with debugger enabled.(Is this true?)<br>
> 2. And you can't have two native debuggers debugging the same process on Mac(this is true on Windows, is it true for Mac or Linux?)<br>
><br>
> If both are true, can we report meaningful message like "inferior is already being debugged" or something similar instead of the generic error message like "attach failed: unable to attach"?<br>
><br>
> Btw: I found I can still use gdb to attach to the process(with a permission elevation dialog pop-up) and see the callstack. How does gdb do that?<br>
><br>
> Jeffrey<br>
</div></div>> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a><br>
> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
<br>
</blockquote></div><br></div>