summaryrefslogtreecommitdiffstats
path: root/toolkit/library/libxul.so-gdb.py.in
blob: dfa73f25bf5e09f746aeb74fb78b183024fe3a13 (plain)
1
2
3
4
5
6
7
8
""" GDB Python customization auto-loader for libxul """
#filter substitution

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

import mozilla.autoload
mozilla.autoload.register(gdb.current_objfile())