From d9916d3ab6bdc02d1c5fd83884182c889e2f7896 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Thu, 20 Oct 2011 22:49:58 +0000 Subject: [PATCH] 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 --- gdbserver_tests/filter_gdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .../' \ -- 2.47.2