On 25/08/2020 17:51, Csaba Raduly wrote:
You can debug programs created by clang with gdb (which you already installed).

Clang has its own debugger (called lldb). It's packaged separately and
you can install it with

   sudo apt-get install lldb

(You can also debug programs created with g++ with lldb. Such is the
power of open standards)


Thanks Csaba - yes, I was quite surprised to see Clang working just fine with the gdb debugger!

BTW - I often see Clang described as "llvm" or "cfe" and I've often wondered what they stand for ??

John
_______________________________________________
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users

Reply via email to