https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9e52386c577833470c33525a6804de01f0a41da2 authored by ffxbld on 07 April 2016, 23:49:03 UTC
Added FENNEC_45_0_2_RELEASE FENNEC_45_0_2_BUILD1 tag(s) for changeset de8c6696c6f6. DONTBUILD CLOSED TREE a=release
Tip revision: 9e52386
js-gdb.py.in
""" GDB Python customization auto-loader for js shell """
#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()
back to top