tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.gdbinit.py.in (352B)


      1 #filter substitution
      2 
      3 import os
      4 import sys
      5 
      6 sys.path.append(os.path.join('@topsrcdir@', 'js', 'src', 'gdb'))
      7 sys.path.append(os.path.join('@topsrcdir@', 'python', 'gdbpp'))
      8 
      9 # JS prettyprinters
     10 
     11 import mozilla.autoload
     12 mozilla.autoload.register(gdb.current_objfile())
     13 
     14 import mozilla.asmjs
     15 mozilla.asmjs.install()
     16 
     17 # Gecko prettyprinters
     18 
     19 import gdbpp