Files
llvm-project/lldb/test/Shell/SymbolFile/NativePDB/Inputs/class_layout.lldbinit
Michael Buch 1e7ec351c4 [lldb] Adjust default target.max-children-depth (#149282)
Deeply nested structs can be noisy, so Apple's LLDB fork sets the
default to `4`:
9c93adbb28/lldb/source/Target/TargetProperties.td (L134-L136)

Thought it would be useful to upstream this. Though happy to pick a
different default or keep it as-is.
2025-07-17 21:24:27 +01:00

9 lines
106 B
Plaintext

settings set target.max-children-depth 10
expr a
expr b.c
expr b.u.c
expr b.u.i
expr c
type lookup C
exit