From 13f422b816ec4f6cf3ede836f782e21a67f01124 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Fri, 18 Apr 2025 12:42:55 +0200 Subject: [PATCH] Regtest: gdbserver filter another auto-load warning Seen on arm64 with GDB 16 --- gdbserver_tests/filter_vgdb.in | 1 + 1 file changed, 1 insertion(+) 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' | -- 2.47.2