GdbMiSession.varShowAttributes

MiPendingCommand varShowAttributes(string name) @trusted

Shows attributes of a variable object.

Parameters

nameVariable object name.

Returns

A pending command for -var-show-attributes.

Example:

session.varShowAttributes("var1");