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 python/10953] gdb.Type does not give access to Base classes


------- Additional Comments From andre dot poenitz at nokia dot com  2010-05-26 14:24 -------

This will get more even more "interesting" when gcc 4.5 hits the masses as a
'print b' in

void Derived::foo()
{
    Base *b = this;
    Base &br = *b;
}

yields  "$1 = (void *) 0xbfffee38", i.e. the type information for 'b' is
completely lost.



-- 


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

------- 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]