]> git.ipfire.org Git - thirdparty/valgrind.git/commit
filter_gdb.in: filter out __libc_do_syscall
authorMark Wielaard <mark@klomp.org>
Sun, 30 Mar 2025 11:08:55 +0000 (13:08 +0200)
committerMark Wielaard <mark@klomp.org>
Sun, 30 Mar 2025 11:08:55 +0000 (13:08 +0200)
commitddcb3aa3ed3188cd28c193225245a76e928b850b
tree68d25ec1eb1d9e168dd04c9700bfb59753f47720
parentec3e8e7f6e5effc92923ce4058f07430ba2d065a
filter_gdb.in: filter out __libc_do_syscall

On i386 and armhf __libc_do_syscall might be used to invoke a syscall.
Replace __libc_do_syscall with "in syscall ..." and filter out
possible extra (assembly) source file lines containing
libc-do-syscall.S from the gdb output.

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