js/src/gdb/gdb-tests-gdb.py.in@141e0f1194b1
js/src/gdb/gdb-tests-gdb.py.in
Wed, 31 Dec 2014 07:16:47 +0100
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Wed, 31 Dec 2014 07:16:47 +0100
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
- permissions
- -rw-r--r--
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 """GDB Python customization auto-loader for GDB test executable"""
5 sys.path[0:0] = [os.path.join('@topsrcdir@', 'gdb')]
7 import mozilla.autoload
8 mozilla.autoload.register(gdb.current_objfile())