js-gdb.py 247 B

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