GdbMiVariable.listChildren

MiPendingCommand listChildren() @trusted

Lists children of this variable object.

Returns

A pending command for -var-list-children.

Example:

auto result = v.listChildren().wait();