]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Regtest: gdbserver filter another auto-load warning
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 18 Apr 2025 10:42:55 +0000 (12:42 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 18 Apr 2025 10:44:43 +0000 (12:44 +0200)
Seen on arm64 with GDB 16

gdbserver_tests/filter_vgdb.in

index b32be689733b982cc63bbd14b6271a6c6854a36c..50d7a9ff6d99ba77ca4ee3179a751b7e2945656f 100755 (executable)
@@ -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' |