We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de52aa commit b2aa250Copy full SHA for b2aa250
lldb/source/Target/TargetProperties.td
@@ -97,7 +97,7 @@ let Definition = "target" in {
97
Desc<"The maximum number of zeroes to insert when displaying a very small float before falling back to scientific notation.">;
98
def MaxChildrenCount: Property<"max-children-count", "UInt64">,
99
DefaultUnsignedValue<24>,
100
- Desc<"Maximum number of children to expand in any level of depth.">;
+ Desc<"Maximum number of children to show for nested values. Top level values show up to 256 children.">;
101
def MaxChildrenDepth: Property<"max-children-depth", "UInt64">,
102
DefaultUnsignedValue<0xFFFFFFFF>,
103
Desc<"Maximum depth to expand children.">;
0 commit comments