[libcxx-commits] [libcxx] [libc++] Fix gdb pretty printer for strings (PR #176882)

Johan Bengtsson via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 20 02:05:41 PST 2026


JohanBengtssonIAR wrote:

> Doesn't this break as soon as you have a non-char string?

You are correct, I need to create a pointer to the element type instead. Thank you.

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


More information about the libcxx-commits mailing list