Re: [lldb-dev] lldb 340.4.119 unable to attach (El Capitan)

2016-01-05 Thread Andre Vergison via lldb-dev
Security --enable Then you should be able to debug. If you don't, it will popup a dialog box on the remote system that attempts to get authorization, but you will never see that in your SSH window... Let me know if this helps. Greg > On Dec 26, 2015, at 3:53 AM, Andre Vergison via lldb-d

Re: [lldb-dev] lldb 340.4.119 unable to attach (El Capitan)

2015-12-29 Thread Andre Vergison via lldb-dev
From: Todd Fiala [mailto:todd.fi...@gmail.com] Sent: maandag 28 december 2015 19:19 To: Andre Vergison Cc: lldb-dev@lists.llvm.org Subject: Re: [lldb-dev] lldb 340.4.119 unable to attach (El Capitan) Hi Andre, On Sat, Dec 26, 2015 at 3:53 AM, Andre Vergison via l

[lldb-dev] lldb 340.4.119 unable to attach (El Capitan)

2015-12-26 Thread Andre Vergison via lldb-dev
Hi, I tried Jason Molenda’s test code on El Capitan, lldb-340.4.119 (Jason Molenda via lldb-dev | 3 Oct 02:59 2015). I’m connected to a remote VM using ssh. tst$ echo 'int main () { }' > /tmp/a.c tst$ xcrun clang /tmp/a.c -o /tmp/a.out tst$ xcrun lldb /tmp/a.out (lldb) target create "/tmp/a.out"