mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Use explicit LLDB commands instead of print/p aliases.
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
|
||||
// lldb-command:run
|
||||
|
||||
// lldb-command:print string1.length
|
||||
// lldb-command:v string1.length
|
||||
// lldbg-check:[...] 48
|
||||
// lldbr-check:(usize) length = 48
|
||||
// lldb-command:print string2.length
|
||||
// lldb-command:v string2.length
|
||||
// lldbg-check:[...] 49
|
||||
// lldbr-check:(usize) length = 49
|
||||
// lldb-command:print string3.length
|
||||
// lldb-command:v string3.length
|
||||
// lldbg-check:[...] 50
|
||||
// lldbr-check:(usize) length = 50
|
||||
|
||||
|
||||
Reference in New Issue
Block a user