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>
Fri, 11 Feb 2022 19:43:14 +0000 (20:43 +0100)
commit25ade75c5dabe202490318dcb3b768bf12077c63
tree57a8e90fe32379076877dff065ce512610980afe
parent6594494859dc7e8f43c4a57b833a39c6e8155860
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