Bug#414178: No debugging symbols of local variables in constructor and destructors

2007-08-11 Thread petr bug
The issue is known by GCC people: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27574 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#414178: No debugging symbols of local variables in constructor and destructors

2007-08-11 Thread petr bug
I can reproduce it on g++-4.1.2. (I am afraid of messing my system by installing another gcc version, so I did not tes any newer.) I found that there already was a similar or same problem "c++/1141: cannot print local variables in (some) constructor functions": http://gcc.gnu.org/ml/gcc-bugs/2003

Bug#414178: No debugging symbols of local variables in constructor and destructors

2007-07-23 Thread Matthias Klose
tag 414178 + moreinfo thanks please recheck with g++-4.1, g++-4.2, gcc-snapshot from unstable. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#414178: No debugging symbols of local variables in constructor and destructors.

2007-03-09 Thread Nicolás Maquiavelo
Package: g++ Version: 4:4.1.1-15 I tried to debug this simple program, and i cannot print the local variables in constructor and destructor methods. I write "print i" in the gdb command line and I get "No symbol found". I tested this code on Debian etch but, was tested by other guy who uses Fe