Warning, /pim/kube/docker/gdbinit is written in an unsupported language. File is not indexed.
0001 python 0002 import sys, os.path 0003 sys.path.insert(0, os.path.expanduser('~/.gdb')) 0004 import qt5printers 0005 qt5printers.register_printers(gdb.current_objfile()) 0006 end