Bug 1560374 - Set testharness and reftest web-platform-tests to Tier-1; r=jmaher...
[gecko.git] / build / .gdbinit_python.in
blob54c5c2db8d703a3713e24c60af1524022ab8ee60
1 #filter substitution
2 python
3 import sys
4 sys.path.append('@topsrcdir@/python/gdbpp')
5 import gdbpp
6 end