Skip to content

Commit

Permalink
import gdb for explicit access to gdb.current_objfile()
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jun 28, 2019
1 parent 8ebd67e commit a0e5fcf
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 a0e5fcf

Please sign in to comment.