Re: [lldb-dev] API for loading debug symbols

2016-02-28 Thread Mike Gulick via lldb-dev
On Thu, 25 Feb 2016 10:18:42 -0800 Greg Clayton wrote: > > Yes: use the "target symbols add" to do thing manually: > > (lldb) target symbols add > --shlib-name /path/to/my/workspace/bin/maci64/libA.dylib > /archive/builds/1234/bin/maci64/libA.dylib.dSYM/Contents/Resources/DWARF/libA.dylib >

Re: [lldb-dev] API for loading debug symbols

2016-02-28 Thread Mike Gulick via lldb-dev
On Fri, 26 Feb 2016 15:18:00 -0800 Greg Clayton wrote: > > That makes perfect sense. So will this be enough to get you going > them? > I think so. I am curious what the correct way would be to use the '--shlib' option would be since I couldn't get it to work. I'm going to try creating a pyth

Re: [lldb-dev] How to use the C++ API? No useful documentation?

2016-02-28 Thread Paul Peet via lldb-dev
Hey, Just to let you know that I think I made some progress in determine the problem. I've basically setup an vm (archlinux, linux 4.4, lldb 3.7.1) and tried the code on it. To my surprise it gave me proper output without non-determinism. YEY. I still don't have any idea why it's not working on my