1""" GDB Python customization auto-loader for js shell """
2#filter substitution
3
4import os.path
5sys.path[0:0] = [os.path.join('@topsrcdir@', 'gdb')]
6
7import mozilla.autoload
8mozilla.autoload.register(gdb.current_objfile())
9
10import mozilla.asmjs
11mozilla.asmjs.install()
12