Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22040

GDB pretty printers in Almalinux 8

$
0
0

Has anyone managed to set up pretty printers for gdb in Almalinux 8?

printers.py is nowhere to be found when I install gcc-toolset. I had it working in centos-7 by installing a devtoolset and then in .gdbinit putting something like this:

pythonimport syssys.path.insert(0, 'path-to-devtoolset-prettyprint-for-libstdcxx')from libstdcxx.v6.printers import register_libstdcxx_printersregister_libstdcxx_printers (None)end

Viewing all articles
Browse latest Browse all 22040

Trending Articles