summaryrefslogtreecommitdiffstats
path: root/js/src/gdb/gdb-tests-gdb.py.in
blob: c6e4009816f53efdd1bc9368a5bfd74ac33297f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
"""GDB Python customization auto-loader for GDB test executable"""
#filter substitution

import os.path
sys.path[0:0] = [os.path.join('@topsrcdir@', 'gdb')]

import mozilla.autoload
mozilla.autoload.register(gdb.current_objfile())

import mozilla.asmjs
mozilla.asmjs.install()