1
Fork 0

debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.

This commit is contained in:
Michael Woerister 2014-12-03 14:48:18 -08:00
parent d2368c3c11
commit 91a0e18866
101 changed files with 396 additions and 71 deletions

View file

@ -29,6 +29,9 @@
// gdb-command:print univariant
// gdb-check:$4 = {{a = -1}}
#![omit_gdb_pretty_printer_section]
use self::Regular::{Case1, Case2, Case3};
use self::Univariant::TheOnlyCase;