Revision dfad3f48893a612a212cefe049b0e0e374b83fc0 authored by ffxbld on 18 January 2017, 23:29:36 UTC, committed by ffxbld on 18 January 2017, 23:29:36 UTC
1 parent 842e8a6
Raw File
.gdbinit_python
python
import sys
sys.path.append('python/gdbpp/')
import gdbpp
end
back to top