about summary refs log tree commit diff
path: root/src/test/debuginfo/tuple-in-struct.rs
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2014-12-03 14:48:18 -0800
committerMichael Woerister <michaelwoerister@posteo>2014-12-30 17:26:13 +0100
commit91a0e18866d143c045e9e29377a6e918011c0b63 (patch)
treec1aa9260172c0c9dabb61a525faf219a3ae9b2cc /src/test/debuginfo/tuple-in-struct.rs
parentd2368c3c11ddab9d812c4ddec2e44579326ad347 (diff)
downloadrust-91a0e18866d143c045e9e29377a6e918011c0b63.tar.gz
rust-91a0e18866d143c045e9e29377a6e918011c0b63.zip
debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty printers enabled.
Diffstat (limited to 'src/test/debuginfo/tuple-in-struct.rs')
-rw-r--r--src/test/debuginfo/tuple-in-struct.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/tuple-in-struct.rs b/src/test/debuginfo/tuple-in-struct.rs
index 02492bf1aa2..3d28490c0cf 100644
--- a/src/test/debuginfo/tuple-in-struct.rs
+++ b/src/test/debuginfo/tuple-in-struct.rs
@@ -41,6 +41,7 @@
 // gdb-check:$10 = {x = {{40, 41, 42}, {43, 44}}, y = {45, 46, 47, 48}}
 
 #![allow(unused_variables)]
+#![omit_gdb_pretty_printer_section]
 
 struct NoPadding1 {
     x: (i32, i32),