]> git.ipfire.org Git - thirdparty/valgrind.git/commit
filter_gdb.in: __syscall_cancel_arch is just in a syscall
authorMark Wielaard <mark@klomp.org>
Fri, 28 Mar 2025 12:44:35 +0000 (13:44 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 28 Mar 2025 12:44:42 +0000 (13:44 +0100)
commitf3f30becff5851b0d0b2caa7e96e661c7889f7d1
tree66f17b53d24e104eed35d3673a8cebb694a255ec
parent6f373a5f779c9e35b1fe1235298357db73aee088
filter_gdb.in: __syscall_cancel_arch is just in a syscall

Since glibc 2.41 some extra syscall_cancel frames are inserted before
that actual syscall is made. Just filter out __syscall_cancel_arch
from the gdb output and replace it with "in syscall ..." to make the
regtest .exp match.

https://bugs.kde.org/show_bug.cgi?id=502126
gdbserver_tests/filter_gdb.in