]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix Rust v0 demangling.
authorNicholas Nethercote <nnethercote@apple.com>
Tue, 9 Nov 2021 01:30:07 +0000 (12:30 +1100)
committerNicholas Nethercote <nnethercote@apple.com>
Tue, 9 Nov 2021 23:03:06 +0000 (10:03 +1100)
commit4831385c6706b377851284adc4c4545fff4c6564
treefffa56e969f063cabd5a180c4ff6017ba4649c38
parentd1d74d7985725a3fc5b8c536efa0cf1f491d34b0
Fix Rust v0 demangling.

It's currently broken due to a silly test that prevents the v0
demangling code from even running.

The commit also adds a test, to avoid such problems in the future.
coregrind/m_demangle/demangle.c
memcheck/tests/demangle-rust.c [new file with mode: 0644]
memcheck/tests/demangle-rust.stderr.exp [new file with mode: 0644]
memcheck/tests/demangle-rust.vgtest [new file with mode: 0644]