|
From: Paul F. <pa...@so...> - 2023-02-02 20:52:41
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=a8e350c6d1b2a64e9515d29134b4217bccb62382 commit a8e350c6d1b2a64e9515d29134b4217bccb62382 Author: Paul Floyd <pj...@wa...> Date: Thu Feb 2 21:51:21 2023 +0100 GDB regtest: add filter for gdb python load, RHEL 7.4 ARM Diff: --- 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 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' |