1
0
Fork 0
firefox/build/.gdbinit.py.in
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

19 lines
352 B
Python

#filter substitution
import os
import sys
sys.path.append(os.path.join('@topsrcdir@', 'js', 'src', 'gdb'))
sys.path.append(os.path.join('@topsrcdir@', 'python', 'gdbpp'))
# JS prettyprinters
import mozilla.autoload
mozilla.autoload.register(gdb.current_objfile())
import mozilla.asmjs
mozilla.asmjs.install()
# Gecko prettyprinters
import gdbpp