GDB regtest: add filter for gdb python load, RHEL 7.4 ARM

This commit is contained in:
Paul Floyd 2023-02-02 21:51:21 +01:00
parent e4c5c764e8
commit a8e350c6d1

View File

@ -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'