]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update filter_gdb script for ppc64. Fixes bugzilla #284305
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 20 Oct 2011 22:49:58 +0000 (22:49 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 20 Oct 2011 22:49:58 +0000 (22:49 +0000)
Patch by Maynard Johnson (maynardj@us.ibm.com).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12181

gdbserver_tests/filter_gdb

index 0078ac5713b627bef912c64914b078d6a38e0f75..be74c787cfe06ab79cdedea6fdaf65ab6518ded8 100755 (executable)
@@ -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 .../'                \