Re: [lldb-dev] No breakpoints after update

2016-02-16 Thread Jason Molenda via lldb-dev
If you can pause the remote process while debugging, I would start by seeing if lldb knows about any images being loaded: (lldb) image list I'd also try 'target list', 'platform status', and maybe 'log enable lldb dyld' from the start. If lldb can't figure out where the binaries are loaded in

[lldb-dev] No breakpoints after update

2016-02-16 Thread Carlo Kok via lldb-dev
After updating lldb to latest (from ~october) i'm not getting any hits anymore for any breakpoints. I'm remote debugging from Windows to OSX, the Platform (MacOS), ABI (sysV) all seems fine. the language runtime doesn't load yet but from what I've seen during debugging it never actually gets