Re: gdb 8.x - g++ 7.x compatibility
Jonathan Wakely <[email protected]>
| Newsgroups | gmane.comp.gdb.devel,gmane.comp.gcc.devel |
|---|---|
| Message-ID | <CAH6eHdStQv7FmLDNpW-+89dck7X8NXPjuarMp4aFt-faEvNjbQ@mail.gmail.com> |
On 8 February 2018 at 14:05, Paul Smith wrote: > Isn't the problem with the mangled name, which otherwise would be just > what we wanted since it's easy to match and is unique in just the way > we want it to be, that mangling is not standardized? No, because mangling is standardized: http://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling The *demangled* name doesn't have a fixed, canonical form.