]> 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:15:06 +0000 (13:15 +0200)
commite4d9cc414d13fa0685da8f1c7ac6bf027cadd730
treecb8b40708bf267b4a3a941162415ba5882e46ba0
parentf206268ad56899f935d420770088076671a6b014
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

(cherry picked from commit ddcb3aa3ed3188cd28c193225245a76e928b850b)
gdbserver_tests/filter_gdb.in