8 $dir/..
/tests
/filter_addresses |
10 # filter vgdb process id,
12 # gdb 7.2 sometimes tries to access address 0x0 (same as with standard gdbserver)
13 # filter a debian 6.0/ppc32 line
14 sed -e 's/\(relaying data between gdb and process \)[0-9][0-9]*/\1..../' \
15 -e 's/\(sending command .* to pid \)[0-9][0-9]*/\1..../' \
16 -e '/Cannot access memory at address 0x......../d' \
17 -e '/^[1-9][0-9]* \.\.\/sysdeps\/powerpc\/powerpc32\/dl-start\.S: No such file or directory\./d' |
19 # filter some debuginfo problems with ld.so and SLES11
20 sed -e '/^1 rtld.c: No such file or directory\./d' |
22 # and filter out any remaining empty lines