We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdcc4f commit 4797a6cCopy full SHA for 4797a6c
lldb/test/Shell/Settings/TestChildCountTruncation.test
@@ -50,11 +50,12 @@ EXPR-NOT: *** Some of the displayed variables have more members
50
51
run
52
frame variable arr
53
+dwim-print arr
54
55
VAR: (lldb) frame variable arr
56
VAR: *** Some of the displayed variables have more members
57
VAR-SAME: use the --show-all-children option to frame variable
-VAR: (lldb) frame variable arr
58
+VAR: (lldb) dwim-print arr
59
VAR-NOT: *** Some of the displayed variables have more members
60
61
#--- with-setting-commands.input
0 commit comments