[clang] [clang-repl] Lay the foundation of pretty printing for C. (PR #89811)

David Spickett via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 10 01:52:15 PDT 2024


DavidSpickett wrote:

You can debug it by cross-compiling a debug build, then running the unit tests binary and connecting to qemu's built in gdbserver. The Arm toolchain might have a copy of gdb in it already, but if not, gdb multiarch and lldb would also work (which are both installable from apt).

I'm going to try looking in a debugger myself today.

https://github.com/llvm/llvm-project/pull/89811


More information about the cfe-commits mailing list