Backed out changeset d05089c1e269 (bug 1822297) for causing Documentation related...
[gecko.git] / js / src / jsapi-tests / jsapi-tests-gdb.py.in
blobc5a12f38e09a88398dfe81b4a194d5081bab564a
1 """GDB Python customization auto-loader for jsapi-tests executable"""
2 #filter substitution
4 import os.path
5 sys.path[0:0] = [os.path.join('@topsrcdir@', 'gdb')]
7 import mozilla.autoload
8 mozilla.autoload.register(gdb.current_objfile())