Revision 2d3f88083affe7381bb6ecac6a1d33b32239416d authored by Julien Cristau on 08 July 2020, 15:51:58 UTC, committed by Julien Cristau on 08 July 2020, 15:51:58 UTC
1 parent 47ce6fc
Raw File
.gdbinit_python
python
import sys
sys.path.append('python/gdbpp/')
import gdbpp
end
back to top