Skip to content

Symbols loaded from .sig files don't have the name demangler run on them #1894

@dfraze

Description

@dfraze

If you have a sigfile (like
librpc.sig.tar.gz)
from a C++ .o file which has mangled names (like
client.cc.o.tar.gz), when you load a binary that has those signatures (like
cpu_server.tar.gz), the names are mangled and you can't force them to demangle.

The demangler should probably run if symbols are imported from a sig file and the demangler is enabled.

Metadata

Metadata

Assignees

Labels

Component: DemanglerEffort: LowIssues require < 1 week of workImpact: LowIssue is a papercut or has a good, supported workaround

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions