mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 01:42:21 +08:00
From Craig Silverstein: Add support for --demangle.
This commit is contained in:
@ -98,6 +98,13 @@ class Symbol
|
||||
name() const
|
||||
{ return this->name_; }
|
||||
|
||||
// Return the (ANSI) demangled version of the name, if
|
||||
// parameters.demangle() is true. Otherwise, return the name. This
|
||||
// is intended to be used only for logging errors, so it's not
|
||||
// super-efficient.
|
||||
std::string
|
||||
demangled_name() const;
|
||||
|
||||
// Return the symbol version. This will return NULL for an
|
||||
// unversioned symbol.
|
||||
const char*
|
||||
|
Reference in New Issue
Block a user