Skip to content

Commit e13049c

Browse files
committed
Explain default behavior in max-children-count description
1 parent b2aa250 commit e13049c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/TargetProperties.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ let Definition = "target" in {
9797
Desc<"The maximum number of zeroes to insert when displaying a very small float before falling back to scientific notation.">;
9898
def MaxChildrenCount: Property<"max-children-count", "UInt64">,
9999
DefaultUnsignedValue<24>,
100-
Desc<"Maximum number of children to show for nested values. Top level values show up to 256 children.">;
100+
Desc<"Maximum number of children to show. Note: The default behavior will show 256 children for top-level values, and 24 children for any nested value. A custom count applies to all values, at any nesting.">;
101101
def MaxChildrenDepth: Property<"max-children-depth", "UInt64">,
102102
DefaultUnsignedValue<0xFFFFFFFF>,
103103
Desc<"Maximum depth to expand children.">;

0 commit comments

Comments
 (0)