You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.