From: Paul Floyd Date: Thu, 2 Feb 2023 20:51:21 +0000 (+0100) Subject: GDB regtest: add filter for gdb python load, RHEL 7.4 ARM X-Git-Tag: VALGRIND_3_21_0~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8e350c6d1b2a64e9515d29134b4217bccb62382;p=thirdparty%2Fvalgrind.git GDB regtest: add filter for gdb python load, RHEL 7.4 ARM --- diff --git a/gdbserver_tests/filter_vgdb.in b/gdbserver_tests/filter_vgdb.in index c1844e90c0..7c42a1849f 100755 --- a/gdbserver_tests/filter_vgdb.in +++ b/gdbserver_tests/filter_vgdb.in @@ -38,6 +38,7 @@ $SED -e '/warning: Missing 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' | +$SED -e "/Use .info auto-load python .REGEXP.. to list them./d" | # and filter out any remaining empty lines $SED -e '/^$/d'