From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Elizabeth Chastain To: chastain@cygnus.com, dberlin@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Start abstraction of C++ abi's Date: Sun, 18 Feb 2001 16:58:00 -0000 Message-id: <200102190058.QAA20694@bosch.cygnus.com> X-SW-Source: 2001-02/msg00351.html Hi Daniel, > I can make it strncmp, or just check method_name[1], but it doesn't > make sense otherwise. It's just seeing if the first letter is a "~" in > the actual demangled method name, rather than the mangled name. Ah, ok. I was wondering why it wasn't part of destructor_prefix_p. Michael