[Bug debug/33044] Local variables in C++ constructor not visible for debugging
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Aug 10 21:15:00 GMT 2007
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-08-10 21:15 -------
4.1.0 produces:
.uleb128 0xd # (DIE (0x185) DW_TAG_variable)
.ascii "foofoo\0" # DW_AT_name
.byte 0x1 # DW_AT_decl_file
.byte 0x10 # DW_AT_decl_line
.long 0x285 # DW_AT_type
.byte 0x5 # DW_AT_location
.byte 0x3 # DW_OP_addr
.long _ZZN1AC1EiiE6foofoo
So this was fixed in 4.1.0 and above as 4.0.0 does not produce the location.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33044
More information about the Gcc-bugs
mailing list