PStack
2.0
Stack trace printer for MSVC and GCC binaries
|
Contains utilities for de-mangling C++ symbol names. More...
Functions | |
std::string | demangle_gcc (char const *name) noexcept |
De-mangle GCC-generated C++ symbols. More... | |
Contains utilities for de-mangling C++ symbol names.
|
noexcept |
De-mangle GCC-generated C++ symbols.
[in] | name | The name to de-mangle (must not be nullptr ). |