Rollup merge of #62199 - cclauss:patch-1, r=nikomatsakis

import gdb for explicit access to gdb.current_objfile()
This commit is contained in:
Mark Rousskov 2019-07-03 09:59:21 -04:00 committed by GitHub
commit b8713e550d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
import gdb
import gdb_rust_pretty_printing
gdb_rust_pretty_printing.register_printers(gdb.current_objfile())