Skip to content

Commit

Permalink
Rollup merge of rust-lang#62199 - cclauss:patch-1, r=nikomatsakis
Browse files Browse the repository at this point in the history
import gdb for explicit access to gdb.current_objfile()
  • Loading branch information
Mark-Simulacrum authored Jul 3, 2019
2 parents c973d65 + a0e5fcf commit 28ea0ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/gdb_load_rust_pretty_printers.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import gdb
import gdb_rust_pretty_printing
gdb_rust_pretty_printing.register_printers(gdb.current_objfile())

0 comments on commit 28ea0ae

Please sign in to comment.