Re: [lldb-dev] CompileUnit missing

2015-02-26 Thread Alexander von Below
Thank you! In the mess that is Cmake I missed that Von meinem iPhone gesendet > Am 26.02.2015 um 20:00 schrieb Greg Clayton : > > You must build with -g for debug info. > >> On Feb 26, 2015, at 7:22 AM, Alexander von Below wrote: >> >> Hello, >> >> the core of my issue is that I can not ste

Re: [lldb-dev] CompileUnit missing

2015-02-26 Thread Greg Clayton
You must build with -g for debug info. > On Feb 26, 2015, at 7:22 AM, 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: > > (lldb) im

Re: [lldb-dev] CompileUnit missing

2015-02-26 Thread René J . V . Bertin
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 en

[lldb-dev] CompileUnit missing

2015-02-26 Thread Alexander von Below
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: (lldb) image lookup --address 0x2f1f88 --verbose Address: MyApp[0x00209f88] (MyApp.__TEXT.__text + 2099512) Summar