https://bugs.kde.org/show_bug.cgi?id=525478
Mark Wielaard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Mark Wielaard <[email protected]> --- Also put on the VALGRIND_3_27_BRANCH commit 49faf8b54475584091567402b421776c6146bd6f Author: Martin Cermak <[email protected]> Date: Thu Sep 10 14:11:45 2026 +0200 Valgrind's vgdb extended-remote mode broken on aarch64 At the moment, valgrind doesn't provide the target description XML on aarch64: target_xml() in valgrind-low-arm64.c isn't implemented yet. But it does advertise it via qXfer:features:read. Related commit 2d3d477689a688ab mentions: What remains to be done: * arm64 xml register description files (allowing shadow registers to be looked at). * ptrace invoker : currently disabled for both arm and arm64 * cpsr transfer to/from gdb to be looked at (see also arm equivalent code) This patch prevents advertising qXfer:features:read on aarch64 and makes valgrind work with gdb-17 in extended-remote mode on aarch64. https://bugs.kde.org/show_bug.cgi?id=525478 (cherry picked from commit 8d7fb56ed35c4cfa6a0af6a6e698bda9d5091a33) -- You are receiving this mail because: You are watching all bug changes.
