This is the mail archive of the gdb@sources.redhat.com 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]

Re: new demangler


On Mon, Dec 15, 2003 at 02:53:11PM -0800, David Carlton wrote:
> I just tried to merge my GDB branch with the current sources, and I'm
> running into problems that seem to be caused by the new demangler.
> Specifically, it doesn't seem to like "_ZN1C6CClassaSERKS0_", which
> the old demangler claims is "C::CClass::operator=(C::CClass const&)".

It does for me:
drow@nevyn:~% /opt/src/gdb/x86-as/binutils/cxxfilt _ZN1C6CClassaSERKS0_
C::CClass::operator=(C::CClass const&)

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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