mirror of
https://github.com/gnosygnu/xowa.git
synced 2024-10-27 20:34:16 +00:00
8 lines
247 B
Python
8 lines
247 B
Python
""" 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())
|