]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Ajust filter_gdb for arm64 with eglibc 2.19 and gdb 7.7.1
authorMark Wielaard <mark@klomp.org>
Sat, 2 Oct 2021 10:03:46 +0000 (12:03 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 2 Oct 2021 10:03:46 +0000 (12:03 +0200)
commit3adeaba2325c83f82ec3729a0132e37b90744d0c
tree38cc252c143d7734744dd68a72121a7e5bda93bc
parent9f6b917af2eddac10f374ee9c167f1eccb94b473
Ajust filter_gdb for arm64 with eglibc 2.19 and gdb 7.7.1

Older ubuntu arm64 setups used eglibc 2.19 and gdb 7.7.1.  In that
case select.c could be under linux/generic and the select argument
list could be split up differently over several lines. Adjust
filter_gdb to catch those differences.

Also checked against an Debian arm64 with glibc 2.31 and gdb 10.1.
gdbserver_tests/filter_gdb