Bug ID | 1200846 |
---|---|
Summary | Automatic setup of gdb prettyprintters |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 15.4 |
Hardware | x86-64 |
OS | Linux |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Development |
Assignee | screening-team-bugs@suse.de |
Reporter | epasveer@att.net |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Installing libc*-pp-gcc* packages for prettyprinters in gdb. Does not configure gdb to load the prettyprinters by default. Have to add lines to ~/.gdbinit file. % cat ~/.gdbinit python import sys sys.path.insert(0, '/usr/share/gcc-9/python') from libstdcxx.v6.printers import register_libstdcxx_printers register_libstdcxx_printers (None) end %