summary refs log tree commit diff
path: root/src/etc/gdb_load_rust_pretty_printers.py
blob: fe38c49d2707dcdf9061e2d8fff362c06e62fb3d (plain)
1
2
3
import gdb
import gdb_rust_pretty_printing
gdb_rust_pretty_printing.register_printers(gdb.current_objfile())