This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/33044] Local variables in C++ constructor not visible for debugging
- From: "seppo at totalviewtech dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Aug 2007 20:33:00 -0000
- Subject: [Bug debug/33044] Local variables in C++ constructor not visible for debugging
- References: <bug-33044-14963@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from seppo at totalviewtech dot com 2007-08-14 20:32 -------
Hi Andrew,
Thanks for the quick response. The static variable foofoo seems to be OK in
DWARF and the DW_AT_location is there. But for some reason I still do not see
the _non-static_ iii variable and its DW_AT_location attribute in DWARF. The
DWARF information is completely missing (at least with the 4.1.2 version).
Interestingly enough with 4.0.3 both iii and foofoo are listed, but both miss
the DW_AT_location attribute. With 4.1.2 the latter is fixed and the former has
been dropped altogether?
Thanks,
Seppo
--
seppo at totalviewtech dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
Version|3.2.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33044