[Lldb-commits] [lldb] 88721d6 - [lldb][test] Fix PDB UdtLayoutTest

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 18 01:26:12 PDT 2025


Author: David Spickett
Date: 2025-07-18T08:26:00Z
New Revision: 88721d63d482cf8f95deb66e74462b2cf583be8f

URL: https://github.com/llvm/llvm-project/commit/88721d63d482cf8f95deb66e74462b2cf583be8f
DIFF: https://github.com/llvm/llvm-project/commit/88721d63d482cf8f95deb66e74462b2cf583be8f.diff

LOG: [lldb][test] Fix PDB UdtLayoutTest

https://github.com/llvm/llvm-project/pull/149282 changed
the max children depth and that caused one part of the
output to become `{...}`.

The original PR set a higher limit for a different test,
so I'm doing the same here.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/PDB/Inputs/UdtLayoutTest.script

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/PDB/Inputs/UdtLayoutTest.script b/lldb/test/Shell/SymbolFile/PDB/Inputs/UdtLayoutTest.script
index 91de55f4ade4a..43018eacf709b 100644
--- a/lldb/test/Shell/SymbolFile/PDB/Inputs/UdtLayoutTest.script
+++ b/lldb/test/Shell/SymbolFile/PDB/Inputs/UdtLayoutTest.script
@@ -1,3 +1,4 @@
+settings set target.max-children-depth 10
 breakpoint set --file UdtLayoutTest.cpp --line 60
 run
 target variable


        


More information about the lldb-commits mailing list