Go to the previous, next section.

C Language Support

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__)

C and C++ Operators

_fi__(!_CONLY__) _if__(_CONLY__)

C Operators

_fi__(_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__)