|
From: Christian B. <bor...@de...> - 2011-10-06 15:12:14
|
> --- gdbserver_tests/filter_vgdb (revision 12106) > +++ gdbserver_tests/filter_vgdb (working copy) > @@ -14,4 +14,7 @@ > 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' > Any chance to apply that, to see if that works tonight? Christian |