debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
This commit is contained in:
parent
d2368c3c11
commit
91a0e18866
101 changed files with 396 additions and 71 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue