lto gimple types and debug info
Andrew Pinski
pinskia@gmail.com
Sun Jul 27 18:34:00 GMT 2008
On Sun, Jul 27, 2008 at 11:09 AM, Richard Guenther
<richard.guenther@gmail.com> 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
More information about the Gcc
mailing list