https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 3a1bb16b020919d27b15eb0459f7c00d7f5c2378 authored by ffxbld on 03 March 2016, 21:43:13 UTC
Added FIREFOX_45_0_RELEASE FIREFOX_45_0_BUILD2 tag(s) for changeset b6609650a911. DONTBUILD CLOSED TREE a=release
Tip revision: 3a1bb16
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