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