]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove the 2 sed expressions that were trying to massage the
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 24 Apr 2014 21:56:21 +0000 (21:56 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Thu, 24 Apr 2014 21:56:21 +0000 (21:56 +0000)
stacktrace for the last program instruction encountered with
  --vgdb-stop-at=exit
These are not needed anymore, as these lines are now removed

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

gdbserver_tests/filter_gdb

index 71463ab513d07c2a689acfd9a2ec0f489e1045cb..ce878a7db4480b5915a30c815fefb1126c48ad40 100755 (executable)
@@ -79,8 +79,6 @@ sed -e '/Remote debugging using/,/vgdb launched process attached/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 _exit () from \/lib\/libc.so.*$/in syscall .../'                                            \
-    -e 's/in \._exit () from \/lib64\/libc.so.*$/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 .../'                                   \