GdbMiSession.varListChildren

MiPendingCommand varListChildren(string name) @trusted

Lists children of a variable object.

Parameters

nameVariable object name.

Returns

A pending command for -var-list-children.

Example:

session.varListChildren("var1");