Created
June 5, 2016 08:21
-
-
Save conikeec/37854f414e56899cf93e4a624a33246d to your computer and use it in GitHub Desktop.
gdbinit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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