]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 445235 - Java/Ada/D demangling is probably broken
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 12 Oct 2024 14:03:22 +0000 (16:03 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 12 Oct 2024 20:22:51 +0000 (22:22 +0200)
commit27fe47bd8a6d803966fee718fd4f8c047780cf51
tree5bb31c101d44f573a623886caa70643271fa91cf
parentea475c4d66c45da1e68b47f1d4c090a7fd2fd9d1
Bug 445235 - Java/Ada/D demangling is probably broken

Ada demangling is now functional.

There maybe some missing functionality like the _GLOBAL_
mentioned in the bugzilla item.
.gitignore
NEWS
coregrind/m_demangle/demangle.c
coregrind/m_redir.c
coregrind/pub_core_demangle.h
memcheck/tests/Makefile.am
memcheck/tests/bug445235_ada_demangle.c [new file with mode: 0644]
memcheck/tests/bug445235_ada_demangle.stderr.exp [new file with mode: 0644]
memcheck/tests/bug445235_ada_demangle.vgtest [new file with mode: 0644]