Hi, I was wondering if anyone else is getting a problem where if you build with clang then gdb doesn’t work very well. It seems like for certain libraries it can’t find the line number information so you can’t step through the code. Eg, it seems to work for code in libsofficeapp.so but not in libvcllo.so. I tried to look through the build logs and it looks like they are both built with -ggdb, so it seems like it should work.
If I build with gcc then everything works fine. It also works well if I use lldb, but I much prefer to use gdb if possible. Does anybody have any ideas what might be going wrong? Regards, – Neil
