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++ wit
> BTW - I often see Clang described as "llvm" or "cfe" and I've often wondered
> what they stand for ??
LLVM is "Low Level Virtual Machine". That name is a bit confusing, because this
isn't the kind of "Virtual Machine" you get from VMWare or the like, but a way
of representing programs for a n
Hi John,
On Wed, 26 Aug 2020 at 10:33, John Emmas via cfe-users
wrote:
>
> BTW - I often see Clang described as "llvm" or "cfe" and I've often
> wondered what they stand for ??
Folr LLVM : https://lmgtfy.com/?q=LLVM&pp=1
CFE stands for "C Front-End", a C family (C, C++, Objective C/C++,
etc.) l
Many thanks guys !!
___
cfe-users mailing list
cfe-users@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users