Bug 1615150 - Fix the logic that skips generated-files diffing when there aren't...
[gecko.git] / .gdbinit_python
blob9ad12bd2ac630b4ccd5177a30e8f7274cdf70fb5
1 python
2 import sys
3 sys.path.append('python/gdbpp/')
4 import gdbpp
5 end