js/src/gdb/gdb-tests-gdb.py.in

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:a5ec786e6ac2
1 """GDB Python customization auto-loader for GDB test executable"""
2 #filter substitution
3
4 import os.path
5 sys.path[0:0] = [os.path.join('@topsrcdir@', 'gdb')]
6
7 import mozilla.autoload
8 mozilla.autoload.register(gdb.current_objfile())

mercurial