зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
342 B
Python
19 строки
342 B
Python
#filter substitution
|
|
|
|
import sys
|
|
|
|
sys.path.append(os.path.join('@topsrcdir@', 'js', 'src', 'gdb'))
|
|
sys.path.append(os.path.join('@topsrcdir@', 'python', 'gdbpp'))
|
|
|
|
# JS prettyprinters
|
|
|
|
import mozilla.autoload
|
|
mozilla.autoload.register(gdb.current_objfile())
|
|
|
|
import mozilla.asmjs
|
|
mozilla.asmjs.install()
|
|
|
|
# Gecko prettyprinters
|
|
|
|
import gdbpp
|