Open ruabmbua opened 3 years ago
C++ symbols are already automatically demangled, so why would you want to do that?
Then it seems like it is not working for me ;-(
Can you check whenever your symbol is properly demangled by cpp_demangle?
Seems to work, when I try their "cppfilt" example.
What's the exact symbol that doesn't get demangled?
Essentially all of them, as far as I can see.
Here is an example: _Z15scheduler_startP4TASK29mode
whoops, no this one: _Z15scheduler_startP4TASK29imd_enum_robot_operating_mode
Yeah, that should definitely work.
I will take a look at this again, if I am using the tool next time.
Would it be easy to add demangling support based on a filter program, so users can plug in e.g. c++filt?