Re: [lldb-dev] Setting shared library search paths and core files

2017-05-08 Thread Jim Ingham via lldb-dev
IIUC Linux doesn't include the system libraries in the core files, makes them much smaller, but also makes reconstructing them a bit more work. Jim > On May 8, 2017, at 11:34 AM, John Lindal via lldb-dev > wrote: > > I regularly load core files on OSX, and it seems to work fine. Is Linux >

Re: [lldb-dev] Setting shared library search paths and core files

2017-05-08 Thread John Lindal via lldb-dev
I regularly load core files on OSX, and it seems to work fine. Is Linux dramatically different? John > On May 5, 2017, at 2:43 AM, Pavel Labath via lldb-dev > wrote: > > Core file debugging is not that well supported right now. I have made > a couple of fixes from time to time, mainly becau