Use explicit LLDB commands instead of print/p aliases.

This commit is contained in:
Markus Reiter
2024-03-15 15:05:57 +01:00
parent 2047e847d7
commit 96431e4b82
89 changed files with 830 additions and 838 deletions
+3 -3
View File
@@ -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