.gdbinit_python 68 B

123456
  1. python
  2. import sys
  3. sys.path.append('python/gdbpp/')
  4. import gdbpp
  5. end