Skip to content
New issue

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

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

Already on GitHub? # to your account

Demangle gcc names for foreign libs #8

Open
iarkhanhelsky opened this issue Mar 16, 2018 · 1 comment
Open

Demangle gcc names for foreign libs #8

iarkhanhelsky opened this issue Mar 16, 2018 · 1 comment

Comments

@iarkhanhelsky
Copy link
Contributor

Add post processing for unpacked traces and demangle C++ ABI identifiers:

_ZN10A5xContext20WriteTexSamplersRegsEPjii

should be converted to

A5xContext::WriteTexSamplersRegs(unsigned int*, int, int)
@iarkhanhelsky
Copy link
Contributor Author

C++ names mangling rules
https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling

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

No branches or pull requests

1 participant