from gdb.texinfo on 11 July 1994 -->
Go to the previous, next section.
The set print union
and show print union
commands apply to
the union
type. When set to `on', any union
that is
inside a struct
or class
is also printed.
Otherwise, it appears as `{...}'.
The @
operator aids in the debugging of dynamic arrays, formed
with pointers and a memory allocation function. See section Expressions.
Go to the previous, next section.