Whole document tree
    

Whole document tree

Debugging with GDB: Debugging C
[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.4.1.6 GDB and C

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.

9.4.1.7 GDB features for C++  



This document was generated by root on January, 30 2002 using texi2html