scripts: decode_stacktrace: demangle Rust symbols
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 5 Dec 2021 18:00:43 +0000 (19:00 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 17 Jan 2022 02:23:45 +0000 (03:23 +0100)
commitf3714fe26fb9cf6328882f967a00389fbe5e4098
treebc8743f48694350b9396aa99f0cc12156ea59adf
parentf87087dabe30521a2b26b628f61f0d82b5bc2ff2
scripts: decode_stacktrace: demangle Rust symbols

Recent versions of both Binutils (`c++filt`) and LLVM (`llvm-cxxfilt`)
provide Rust v0 mangling support.

Co-developed-by: Alex Gaynor <alex.gaynor@gmail.com>
Signed-off-by: Alex Gaynor <alex.gaynor@gmail.com>
Co-developed-by: Wedson Almeida Filho <wedsonaf@google.com>
Signed-off-by: Wedson Almeida Filho <wedsonaf@google.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
scripts/decode_stacktrace.sh