]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Filter around some debuginfo problems with ld.so on SLES11
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 8 Oct 2011 12:41:12 +0000 (12:41 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 8 Oct 2011 12:41:12 +0000 (12:41 +0000)
Patch by Christian Borntraeger (borntraeger@de.ibm.com).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12123

gdbserver_tests/filter_vgdb

index 2edc75a662faea53f3a6fa7be77c691eb87c4b05..9f0b518dcf76e3439a5f075b1405c3135515c130 100755 (executable)
@@ -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'