]> git.lizzy.rs Git - rust.git/blob - src/etc/gdb_load_rust_pretty_printers.py
Rollup merge of #96609 - ibraheemdev:arc-downcast-unchecked, r=m-ou-se
[rust.git] / src / etc / gdb_load_rust_pretty_printers.py
1 import gdb
2 import gdb_lookup
3 gdb_lookup.register_printers(gdb.current_objfile())