From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Berlin To: Benjamin Kosnik Cc: gdb@sources.redhat.com Subject: Re: can't find class named `foo', as given by C++ RTTI Date: Wed, 27 Jun 2001 22:25:00 -0000 Message-id: <87hex1i3av.fsf@cgsoftware.com> References: <200106280455.f5S4t6T07564@fillmore.constant.com> X-SW-Source: 2001-06/msg00208.html Benjamin Kosnik writes: > This is a new class of errors that I've started seeing recently. I'm > getting this from debugging efforts on x86/linux with current CVS > 'src' and 'gcc' modules. For what it's worth, both --with-dwarf2 and > default toolchains have the same error. > > > (gdb) p *__fp > can't find class named `std::numpunct', as given by C++ RTTI This is no surprise. Without namespace support in the symbol table, sometimes the names aren't quite correct. 5 to 1 says ptype 'numpunct' works. It's good to not have to worry about this stuff anymore. I think i'll go implement dwarf2.1 namespace support in gcc. That way, I can at least say "Well, we output the info, but gdb can't use it". > > > ?? > > -benjamin -- "Every so often, I like to stick my head out the window, look up, and smile for a satellite picture. "-Steven Wright