From: Paul Floyd Date: Fri, 18 Apr 2025 10:42:55 +0000 (+0200) Subject: Regtest: gdbserver filter another auto-load warning X-Git-Tag: VALGRIND_3_25_0~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13f422b816ec4f6cf3ede836f782e21a67f01124;p=thirdparty%2Fvalgrind.git Regtest: gdbserver filter another auto-load warning Seen on arm64 with GDB 16 --- diff --git a/gdbserver_tests/filter_vgdb.in b/gdbserver_tests/filter_vgdb.in index b32be6897..50d7a9ff6 100755 --- a/gdbserver_tests/filter_vgdb.in +++ b/gdbserver_tests/filter_vgdb.in @@ -42,6 +42,7 @@ $SED -e '/warning: File .*valgrind-monitor.py.*declined.*/d' | # and remove loading error messages when python scripts haven't # been installed yet (running against vg-in-place) $SED -e '/warning: Missing auto-load script.*/d' | +$SED -e '/warning: Unsupported auto-load script.*/d' | $SED -e '/of file .*vgpreload.*so.*/d' | $SED -e '/Use.*info auto-load python-scripts.*/d' | $SED -e '/warning: Invalid entry in .debug_gdb_scripts section/d' |