On Sun, Jul 27, 2008 at 11:09 AM, Richard Guenther <[EMAIL PROTECTED]> wrote:
> We generate variables with names like x$y for struct { int y; } x; - in theory > the debugger could "magically" associate a print x.y with x$y. But of course > there is no way to express this in the DWARF. Actually there is a way to express this in Dwarf2, using DW_OP_piece. See the thread at http://gcc.gnu.org/ml/gcc/2005-01/msg00080.html for more information. -- Pinski