]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
GDB regtest: add filter for gdb python load, RHEL 7.4 ARM
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 2 Feb 2023 20:51:21 +0000 (21:51 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 2 Feb 2023 20:51:21 +0000 (21:51 +0100)
gdbserver_tests/filter_vgdb.in

index c1844e90c060a2124d2284fa62b77a3ae59dd2d1..7c42a1849f32e74e2f9a14cce6a9d8aa888a7d11 100755 (executable)
@@ -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'