We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d00646b + 13bf958 commit bf1366bCopy full SHA for bf1366b
src/test/debuginfo/basic-types-globals-lto.rs
@@ -14,7 +14,7 @@
14
// gdbr-command:print I
15
// gdb-check:$2 = -1
16
// gdbg-command:print 'basic_types_globals::C'
17
-// gdbr-command:print C
+// gdbr-command:print/d C
18
// gdbg-check:$3 = 97
19
// gdbr-check:$3 = 97
20
// gdbg-command:print/d 'basic_types_globals::I8'
src/test/debuginfo/basic-types-globals.rs
@@ -13,7 +13,7 @@
13
0 commit comments