list-attributes (object|"class") ["attribute-name"] ["substr"] [-i]
Lists all attributes that are registered on a class or an object. For every attribute its name, type, attribute type, flags, and value are listed. See the documentation of the SIM_register_attribute function for more information. When used in an expression, a list of attribute names is returned.
It is possible to filter on attribute names matching the substr argument.
If an attribute-name is given, the description of that particular attribute will be displayed. If an object were given its value is displayed.
Attributes marked as internal will only be listed when the -i flag is used.
Simics Core