This is a tool to help you demangle C++ symbols. These are symbols that you might see while looking at GDB backtraces, or perhaps as a result of looking at the symbol table from nm, objdump, etc.
This is a tool to help you demangle C++ symbols. These are symbols that you might see while looking at GDB backtraces, or perhaps as a result of looking at the symbol table from nm, objdump, etc.
To install demangle, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install demangle
To see what files were installed by demangle, run:
port contents demangle
To later upgrade demangle, run:
sudo port selfupdate && sudo port upgrade demangle
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.