https://bugs.kde.org/show_bug.cgi?id=372182
--- Comment #1 from Mark Wielaard <[email protected]> --- Currently we only support demangling (modern) C++ style symbol demangling (which includes Rust demangling, which is based on C++/gnu_v3 style demangling). This is because not all demangling styles can be auto-detected (we only handle symbols starting with "_Z" at the moment). We could detect the language if we have debuginfo from the CU DW_AT_language covering the symbol address. In that case we could set the language style first before calling ML_(cplus_demangle). See demangle.h for the language styles supported. -- You are receiving this mail because: You are watching all bug changes.
