Bug 1500160 [wpt PR 13600] - Add tests for simple dialog newline normalization, a...
[gecko.git] / build / .gdbinit_python.in
blob50ba4e6c308597c1b0290ed7f3aadf9b76e6e7b2
1 #filter substitution
2 python
3 import sys
4 sys.path.append('@topsrcdir@/third_party/python/gdbpp')
5 import gdbpp
6 end