[lldb-dev] CompileUnit missing

René J.V. Bertin rjvbertin at gmail.com
Thu Feb 26 08:39:39 PST 2015


On Thursday February 26 2015 16:22:48 Alexander von Below wrote:
> Hello,
> 
> the core of my issue is that I can not step into my code (which is a library produced by some CMake wizzardry). When I do a lookup with lldb, this is what I get:

Did you build that library yourself, and did you ensure it was built with debug information? Also, did you leave its build directory in place (I often see error messages about the object files related to code being loaded in lldb, which I never saw with gdb).

R.



More information about the lldb-dev mailing list