]> git.lizzy.rs Git - rust.git/blob - src/etc/gdb_load_rust_pretty_printers.py
Rollup merge of #101864 - notriddle:notriddle/h1-h2-h3-h4, r=GuillaumeGomez
[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())