js-gdb.py 242 B

1234567
  1. """ GDB Python customization auto-loader for js shell """
  2. import os.path
  3. sys.path[0:0] = [os.path.join('c:/Development/hg.mozilla.org/xulrunner-esr31/js/src', 'gdb')]
  4. import mozilla.autoload
  5. mozilla.autoload.register(gdb.current_objfile())