[Lldb-commits] [lldb] 4797a6c - [lldb][test] TestChildCountTruncation.test: add missing command

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 17 02:51:10 PDT 2025


Author: Michael Buch
Date: 2025-07-17T10:49:05+01:00
New Revision: 4797a6c4e8244ab06829b2e462b1329e94286dbf

URL: https://github.com/llvm/llvm-project/commit/4797a6c4e8244ab06829b2e462b1329e94286dbf
DIFF: https://github.com/llvm/llvm-project/commit/4797a6c4e8244ab06829b2e462b1329e94286dbf.diff

LOG: [lldb][test] TestChildCountTruncation.test: add missing command

Added: 
    

Modified: 
    lldb/test/Shell/Settings/TestChildCountTruncation.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Settings/TestChildCountTruncation.test b/lldb/test/Shell/Settings/TestChildCountTruncation.test
index 3b75498297b05..a96a0d8310eeb 100644
--- a/lldb/test/Shell/Settings/TestChildCountTruncation.test
+++ b/lldb/test/Shell/Settings/TestChildCountTruncation.test
@@ -50,11 +50,12 @@ EXPR-NOT:  *** Some of the displayed variables have more members
 
 run
 frame variable arr
+dwim-print arr
 
 VAR:      (lldb) frame variable arr
 VAR:      *** Some of the displayed variables have more members
 VAR-SAME: use the --show-all-children option to frame variable
-VAR:      (lldb) frame variable arr
+VAR:      (lldb) dwim-print arr
 VAR-NOT:  *** Some of the displayed variables have more members
 
 #--- with-setting-commands.input


        


More information about the lldb-commits mailing list