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

2015-12-29 Thread Jason Molenda via lldb-dev
> On Dec 26, 2015, at 3:53 AM, Andre Vergison via lldb-dev > wrote: > > I tried the above because in fact I had a process which a segmentation fault > 11, here’s what lldb makes out of the core dump: > > txt$ lldb /cores/core.33158 > (lldb) target create "/cores/core.33158" > warning: (x86_

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

2015-12-29 Thread Andre Vergison via lldb-dev
Thanks Todd for your hints. I did’t compile stuff myself, all tools came from Apple’s Command_Line_Tools_OS_X_10.11_for_Xcode_7.2.dmg which I installed on a “fresh” El Capitan VM. I have requested more info about where this image came from, but the guys are on holiday. Here’s a bit of the inst

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

2015-12-29 Thread Jason Molenda via lldb-dev
Try a 'killall -CONT a.out' - your processes are paused, waiting for a debugger to attach, and they're probably not receiving signals. The Command_Line_Tools package is a stripped down set of binaries intended for folks who need a compiler to build software. The first time you run a debugger on