From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Samuel To: Michael Elizabeth Chastain Cc: gcc-patches@gcc.gnu.org, jimb@cygnus.com, dberlin@cygnus.com, gdb-patches@sources.redhat.com, samuel@codesourcery.com Subject: Re: [RFA] Extend demangler to recognize destructors/constructors Date: Thu, 15 Mar 2001 11:06:00 -0000 Message-id: <15025.4783.322740.867254@watercress.indetermi.net> References: <200103151857.KAA30887@bosch.cygnus.com> X-SW-Source: 2001-03/msg00243.html Michael Elizabeth Chastain writes: Michael> Also in the peek_char / next_char changes, you changed where Michael> the current char is during the call to result_add_string. I Michael> don't know if that's important. Nope; result_add_string just squishes the destructed class's name onto the end of the demangled name. Regards Alex