libxul.so-gdb.py.in 233 B

123456789
  1. """ GDB Python customization auto-loader for libxul """
  2. #filter substitution
  3. import os.path
  4. sys.path[0:0] = [os.path.join('@topsrcdir@', 'js', 'src', 'gdb')]
  5. import mozilla.autoload
  6. mozilla.autoload.register(gdb.current_objfile())