[lldb-dev] Can't debug with a -g compiled binary as a non-root user on OS X 10.11 El Capitan

2015-10-02 Thread Tony Perrie via lldb-dev
I can only seem to debug our binary as the root user om 10.11. I rebooted at one point, and lldb did work briefly with a system user but then after the machine ran for a bit, it proceeded to not work again. Rebooted again, and again, lldb failes with this error... lldb /opt/aspera/bin/ascp (lldb

Re: [lldb-dev] Can't debug with a -g compiled binary as a non-root user on OS X 10.11 El Capitan

2015-10-02 Thread Tony Perrie via lldb-dev
With tighter >> security, it is likely that a home-built debugserver is no longer going to >> work without being Apple signed. We may need to adjust the Xcode build to >> create a symlink to the official one if that's the case. >> >> -Todd >> >> On