> On Mar 9, 2016, at 5:40 PM, Jeffrey Tan wrote:
>
> 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/Sh
Thanks for the info Jim. That answers my questions. I will file a bug for
lldb error message.
On Wed, Mar 9, 2016 at 5:57 PM, Jim Ingham wrote:
>
> > On Mar 9, 2016, at 3:04 PM, Jeffrey Tan via lldb-dev <
> lldb-dev@lists.llvm.org> wrote:
> >
> > Hi,
> >
> > My colleague is trying to use our lld
> On Mar 9, 2016, at 3:04 PM, Jeffrey Tan via lldb-dev
> wrote:
>
> Hi,
>
> 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:
>
> jeffreytan-mbp:$ ps aux | grep iOSApp
> jeffreytan 61816 0.0 0.0 2
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".
Did you follow the instructions and you have made your "lldb_codesign" code
signing certificate?:
svn cat http://llvm.org/svn/llvm-project/lldb/trunk/docs/code-signing.txt
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 remo