This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/7997] gcc 3.2, linux 2.4 using GDB 5.3


------- Additional Comments From keiths at redhat dot com  2010-03-10 23:45 -------
The problem reported here no doubt had to do with in-charge ctors and other
internal details. I've tried simply breaking in the ctors of base and super
classes, and see that this is broken for GDB 6.8 and 7.1 using DWARF (i.e,
"break base::base" and "break super::super").

However, the dwarf2_physname patch fixes the problems -- only one ctor is
reported, and gdb can stop in both base class and super class ctors. Tested with
GCC 3.4.6 and newer compilers.

If this bug should reappear, please feel free to re-open this bug with updated
information.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |7.2


http://sourceware.org/bugzilla/show_bug.cgi?id=7997

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]