GdbMiSession.symbolInfoTypes

MiPendingCommand symbolInfoTypes(string name = null, bool details = false) @trusted

Searches for information about types.

Parameters

nameOptional regex for type name.
detailsWhether to include more details.

Returns

A pending command for -symbol-info-types.

Example:

session.symbolInfoTypes("MyStruct");