Files
UXP-Fixed/build/.gdbinit_python.in
2018-02-02 04:16:08 -05:00

7 lines
100 B
Plaintext

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