Go to the previous, next section.
Information specific to the C language is built into _GDBN__ so that you can use C expressions while degugging. This also permits _GDBN__ to output values in a manner consistent with C conventions.
_fi__(_CONLY__) _if__(!_CONLY__) _fi__(!_CONLY__)
_if__(!_CONLY__)
Operators must be defined on values of specific types. For instance,
+
is defined on numbers, but not on structures. Operators are
often defined on groups of types.
_if__(!_CONLY__) For the purposes of C and C++, the following definitions hold: _fi__(!_CONLY__)
int
with any of its storage-class
specifiers, char
, and enum
s.
float
and double
.
(type