Rollup merge of #62199 - cclauss:patch-1, r=nikomatsakis
import gdb for explicit access to gdb.current_objfile()
This commit is contained in:
commit
b8713e550d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
import gdb
|
||||
import gdb_rust_pretty_printing
|
||||
gdb_rust_pretty_printing.register_printers(gdb.current_objfile())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue