|
From: <sv...@va...> - 2014-04-24 21:56:28
|
Author: philippe
Date: Thu Apr 24 21:56:21 2014
New Revision: 13907
Log:
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
Modified:
trunk/gdbserver_tests/filter_gdb
Modified: trunk/gdbserver_tests/filter_gdb
==============================================================================
--- trunk/gdbserver_tests/filter_gdb (original)
+++ trunk/gdbserver_tests/filter_gdb Thu Apr 24 21:56:21 2014
@@ -79,8 +79,6 @@
-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 .../' \
|