Skip to content

Commit b2aa250

Browse files
committed
Update max-children-count description
1 parent 9de52aa commit b2aa250

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 expand in any level of depth.">;
100+
Desc<"Maximum number of children to show for nested values. Top level values show up to 256 children.">;
101101
def MaxChildrenDepth: Property<"max-children-depth", "UInt64">,
102102
DefaultUnsignedValue<0xFFFFFFFF>,
103103
Desc<"Maximum depth to expand children.">;

0 commit comments

Comments
 (0)