1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Dev: Add xul_runner and update ant xml files

This commit is contained in:
gnosygnu
2019-01-20 17:32:07 -05:00
parent c4682aad9c
commit bc60e09823
87 changed files with 115825 additions and 37 deletions

View File

@@ -0,0 +1,7 @@
""" GDB Python customization auto-loader for js shell """
import os.path
sys.path[0:0] = [os.path.join('/builds/slave/rel-m-beta-xr_l64_bld-00000000/build/js/src', 'gdb')]
import mozilla.autoload
mozilla.autoload.register(gdb.current_objfile())