Raw File
.gdbinit_python
python
import sys
sys.path.append('python/gdbpp/')
import gdbpp
end
back to top