[cfe-dev] GDB on LLVM-clang
Keane, Erich via cfe-dev
cfe-dev at lists.llvm.org
Wed Jun 17 13:24:29 PDT 2020
I’m not sure we have a guide anywhere, but its just like debugging any other program with GDB. Make sure you’ve built with debug symbols, and have at it. There are some tips (many things have a .dump method that prints some interesting info, and we also have some pretty-printers for gdb in llvm/utils/gdb-scripts/prettyprinters.py), but otherwise you just use GDB like normal.
From: cfe-dev <cfe-dev-bounces at lists.llvm.org> On Behalf Of Gousemoodhin Nadaf via cfe-dev
Sent: Wednesday, June 17, 2020 1:22 PM
To: cfe-dev at lists.llvm.org
Subject: [cfe-dev] GDB on LLVM-clang
Hello Team,
I would like to know that Is it possible to debug LLVM-clang with GDB?
If yes, please point out the steps or wiki page.
Regards,
Nadaf.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20200617/4fd6d5e5/attachment.html>
More information about the cfe-dev
mailing list