|
From: Florian K. <br...@ac...> - 2011-10-08 12:47:34
|
On 10/06/2011 11:11 AM, Christian Borntraeger wrote: >> --- 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? > Done in r12123. Sorry for the delay. I'm travelling and my thinkpad died.... Florian |