Add correct valgrind-3.8.1-filter_gdb.patch

This commit is contained in:
Mark Wielaard 2012-10-13 16:28:46 +02:00
parent d64aeaa5c0
commit 3ebc3f2d8d
2 changed files with 11 additions and 11 deletions

View File

@ -0,0 +1,11 @@
--- valgrind/gdbserver_tests/filter_gdb (revision 13036)
+++ valgrind/gdbserver_tests/filter_gdb (working copy)
@@ -12,6 +12,8 @@
# memcheck stuff
$dir/filter_memcheck_monitor "$@" |
+# memcheck filter might leave some "..." lines, we are not interested
+sed -e '/^\ \ \ \ \.\.\.$/d' |
# Anonymise or remove :
# delete the initial lines between the launch of vgdb and the

View File

@ -1,11 +0,0 @@
--- valgrind/gdbserver_tests/mcinvokeWS.vgtest (revision 12997)
+++ valgrind/gdbserver_tests/mcinvokeWS.vgtest (working copy)
@@ -1,7 +1,7 @@
# test that vgdb can invoke a process when all threads are in WaitSys mode.
# If the test goes wrong, it might be blocked during 10000 seconds.
prog: sleepers
-args: 1 10000000 0 -S-S-S-S
+args: 1 10000 0 -S-S-S-S
vgopts: --tool=memcheck --vgdb=yes --vgdb-prefix=./vgdb-prefix-mcinvokeWS
stderr_filter: filter_make_empty
prereq: test -f vgdb.ptraceinvoker