Clang produced binaries should be debuggable with GDB. All of clang, gcc and gdb support the same debugging format, DWARF from dwarfstd.org <http://dwarfstd.org>. Older GDBs may not work well with newer clangs.

There is one substantial known-issue, clang's debug info is extremely poor when optimizations are enabled. As for unoptimized debug info, if you find problems please file bugs.

Nick

Ok, thanks for the info. If I find bugs, I will report them.

Kevin
_______________________________________________
cfe-users mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-users

Reply via email to