From: Philippe Waroquiers Date: Thu, 24 Apr 2014 21:56:21 +0000 (+0000) Subject: Remove the 2 sed expressions that were trying to massage the X-Git-Tag: svn/VALGRIND_3_10_0~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=887231c6542221a4acb69aef4e31bfbfdd26fb9c;p=thirdparty%2Fvalgrind.git Remove the 2 sed expressions that were trying to massage the 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 --- diff --git a/gdbserver_tests/filter_gdb b/gdbserver_tests/filter_gdb index 71463ab513..ce878a7db4 100755 --- a/gdbserver_tests/filter_gdb +++ b/gdbserver_tests/filter_gdb @@ -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 .../' \