gdb 8.x - g++ 7.x compatibility
Simon Marchi
simon.marchi@polymtl.ca
Wed Feb 7 18:28:00 GMT 2018
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!
More information about the Gdb
mailing list