Raw File
gdb-tests-gdb.py.in
"""GDB Python customization auto-loader for GDB test executable"""
#filter substitution

import os.path
sys.path[0:0] = [os.path.join('@topsrcdir@', 'gdb')]

import mozilla.autoload
mozilla.autoload.register(gdb.current_objfile())
back to top