Bug 1586798 - Use WalkerFront from the currently selected element in onTagEdit()...
[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