This is the mail archive of the gdb@sourceware.org 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: gdb 8.x - g++ 7.x compatibility


On 2018-02-07 12:30, Jonathan Wakely wrote:
Ah ok, the class name appears mangled in other entities' mangled name. But
from what I understand there's no mangled name for the class such that

  echo <class mangled name> | c++filt

outputs the class name (e.g. "Foo<10>"). That wouldn't make sense, since
there's no symbol for the class itself.

echo _Z3FooILi10EE | c++filt

Ok, thanks for the precision!


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