Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demangling support #24

Open
ruabmbua opened this issue Jul 19, 2021 · 9 comments · May be fixed by #28
Open

demangling support #24

ruabmbua opened this issue Jul 19, 2021 · 9 comments · May be fixed by #28

Comments

@ruabmbua
Copy link

Would it be easy to add demangling support based on a filter program, so users can plug in e.g. c++filt?

@koute
Copy link
Owner

koute commented Jul 19, 2021

C++ symbols are already automatically demangled, so why would you want to do that?

@ruabmbua
Copy link
Author

Then it seems like it is not working for me ;-(

@koute
Copy link
Owner

koute commented Jul 19, 2021

Can you check whenever your symbol is properly demangled by cpp_demangle?

@ruabmbua
Copy link
Author

Seems to work, when I try their "cppfilt" example.

@koute
Copy link
Owner

koute commented Jul 19, 2021

What's the exact symbol that doesn't get demangled?

@ruabmbua
Copy link
Author

Essentially all of them, as far as I can see.

Here is an example: _Z15scheduler_startP4TASK29mode

@ruabmbua
Copy link
Author

whoops, no this one: _Z15scheduler_startP4TASK29imd_enum_robot_operating_mode

@koute
Copy link
Owner

koute commented Jul 19, 2021

Yeah, that should definitely work.

@ruabmbua
Copy link
Author

I will take a look at this again, if I am using the tool next time.

@thiagovice thiagovice linked a pull request Aug 31, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants