PStack  2.0
Stack trace printer for MSVC and GCC binaries
demangle.cpp File Reference

Defines methods for C++ name de-mangling. More...

Include dependency graph for demangle.cpp:

Namespaces

 proclib
 Contains the library for debugging running processes.
 
 proclib::demangle
 Contains utilities for de-mangling C++ symbol names.
 

Functions

std::string proclib::demangle::demangle_gcc (char const *name) noexcept
 De-mangle GCC-generated C++ symbols. More...
 

Detailed Description

Defines methods for C++ name de-mangling.

Todo:
Replace this with a custom implementation. This version exists to save time, and is so old that it predates anything from C++11 forward.