From: Florian Krohm Date: Thu, 20 Oct 2011 22:49:58 +0000 (+0000) Subject: Update filter_gdb script for ppc64. Fixes bugzilla #284305 X-Git-Tag: svn/VALGRIND_3_7_0~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9916d3ab6bdc02d1c5fd83884182c889e2f7896;p=thirdparty%2Fvalgrind.git Update filter_gdb script for ppc64. Fixes bugzilla #284305 Patch by Maynard Johnson (maynardj@us.ibm.com). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12181 --- diff --git a/gdbserver_tests/filter_gdb b/gdbserver_tests/filter_gdb index 0078ac5713..be74c787cf 100755 --- a/gdbserver_tests/filter_gdb +++ b/gdbserver_tests/filter_gdb @@ -69,7 +69,7 @@ sed -e '/Remote debugging using/,/vgdb launched process attached/d' -e '/^done\.$/d' \ -e 's/in _dl_sysinfo_int80 () from \/lib\/ld-linux.so.*/in syscall .../' \ -e 's/in kill ().*$/in syscall .../' \ - -e 's/in \.kill ().*$/in syscall .../' \ + -e 's/in .*kill ().*$/in syscall .../' \ -e 's/in _dl_sysinfo_int80 ()/in syscall .../' \ -e '/^ from \/lib\/ld-linux.so.*$/d' \ -e 's/\(0x........\) in ?? () from \/lib.*$/\1 in syscall .../' \ @@ -77,7 +77,7 @@ sed -e '/Remote debugging using/,/vgdb launched process attached/d' -e 's/in \(.__\)\{0,1\}select () from \/.*$/in syscall .../' \ -e '/^ from \/lib\/libc.so.*$/d' \ -e '/^ from \/lib64\/libc.so.*$/d' \ - -e '/^ from \/lib64\/tls\/libc.so.*$/d' \ + -e '/^ from \/lib64\/.*\/libc.so.*$/d' \ -e 's/in select ()$/in syscall .../' \ -e 's/in \.__select ()$/in syscall .../' \ -e 's/in select () at \.\.\/sysdeps\/unix\/syscall-template\.S.*$/in syscall .../' \