https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2fd41e108e603afebd88c7797b3e84d3374db56e authored by Paul Adenot on 21 October 2013, 20:05:27 UTC
Bug 929009 - Disable WASAPI in cubeb. r=kinetik a=akeybl
Tip revision: 2fd41e1
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())
back to top