summaryrefslogtreecommitdiff
path: root/build/.gdbinit_python.in
blob: 54c5c2db8d703a3713e24c60af1524022ab8ee60 (plain)
1
2
3
4
5
6
#filter substitution
python
import sys
sys.path.append('@topsrcdir@/python/gdbpp')
import gdbpp
end