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

View File

@@ -17,9 +17,9 @@
// lldb-command:run
// lldb-command:print rc
// lldb-command:v rc
// lldb-check:[...] strong=11, weak=1 { value = 111 }
// lldb-command:print arc
// lldb-command:v arc
// lldb-check:[...] strong=21, weak=1 { data = 222 }
// === CDB TESTS ==================================================================================