From: Florian Krohm Date: Sat, 8 Oct 2011 12:41:12 +0000 (+0000) Subject: Filter around some debuginfo problems with ld.so on SLES11 X-Git-Tag: svn/VALGRIND_3_7_0~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d513b34dad20d645688c11cdbcd5177769c22202;p=thirdparty%2Fvalgrind.git Filter around some debuginfo problems with ld.so on SLES11 Patch by Christian Borntraeger (borntraeger@de.ibm.com). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12123 --- diff --git a/gdbserver_tests/filter_vgdb b/gdbserver_tests/filter_vgdb index 2edc75a662..9f0b518dcf 100755 --- a/gdbserver_tests/filter_vgdb +++ b/gdbserver_tests/filter_vgdb @@ -14,4 +14,7 @@ $dir/../tests/filter_addresses | sed -e 's/\(relaying data between gdb and process \)[0-9][0-9]*/\1..../' \ -e 's/\(sending command .* to pid \)[0-9][0-9]*/\1..../' \ -e '/Cannot access memory at address 0x......../d' \ - -e '/^[1-9][0-9]* \.\.\/sysdeps\/powerpc\/powerpc32\/dl-start\.S: No such file or directory\./d' + -e '/^[1-9][0-9]* \.\.\/sysdeps\/powerpc\/powerpc32\/dl-start\.S: No such file or directory\./d' | + +# filter some debuginfo problems with ld.so and SLES11 +sed -e '/^1 rtld.c: No such file or directory\./d'