Mypal/build/.gdbinit_python.in
2019-03-11 13:26:37 +03:00

7 lines
100 B
Plaintext

#filter substitution
python
import sys
sys.path.append('@topsrcdir@/python/gdbpp')
import gdbpp
end