Skip to content

Instantly share code, notes, and snippets.

@daverigby
Created March 13, 2018 16:52
Show Gist options
  • Save daverigby/21e57b1654da7d036456a017707304ab to your computer and use it in GitHub Desktop.
Save daverigby/21e57b1654da7d036456a017707304ab to your computer and use it in GitHub Desktop.
Enable C++ pretty printing on CentOS 7

$ cat ~/.gdbinit python import sys sys.path.insert(0, '/usr/share/gcc-4.8.2/python') from libstdcxx.v6.printers import register_libstdcxx_printers register_libstdcxx_printers (None) end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment