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

Demangle C++ names in text output #31

Open
arichardson opened this issue May 23, 2015 · 1 comment
Open

Demangle C++ names in text output #31

arichardson opened this issue May 23, 2015 · 1 comment

Comments

@arichardson
Copy link
Contributor

It would be nice if the text output would demangle C++ function names.

This might not be useful for machine-readable but with libxo it is be possible to have different output for each case:

d   display     Only emit field for display styles (text/HTML)
e   encoding    Only emit for encoding styles (XML/JSON)

Alternatively we could add a -soaap-demangle-names flag that would do it whatever the output format is.

@trombonehero
Copy link
Member

+1: the Chromium analysis requires lots of gratuitous cat soaap.json | c++filt > tmp.json && mv tmp.json soaap.json. It would be nice for SOAAP to handle this internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants