Skip to content

Instantly share code, notes, and snippets.

@conikeec
Created June 5, 2016 08:21
Show Gist options
  • Select an option

  • Save conikeec/37854f414e56899cf93e4a624a33246d to your computer and use it in GitHub Desktop.

Select an option

Save conikeec/37854f414e56899cf93e4a624a33246d to your computer and use it in GitHub Desktop.
gdbinit
python
import sys;
sys.path.append("/Users/chetanconikee/.multirust/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/etc")
print "Loading Rust Pretty Printers"
sys.path.insert(0, "/Users/chetanconikee/.multirust/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/etc")
import gdb_rust_pretty_printing
gdb_rust_pretty_printing.register_printers(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment