Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] FYI: gdb/mi list children

For code like this:
{
	char buffer[4096] = " hello \n"
...
}

when showing the variables in the variable view, it will take some times 8-(
since 4k children will be created.

-var-create - * buffer
-var-list-children var1

it would be nice if the var object will let us ask for a specific range
Filled a feature request on gdb db.



Back to the top