[valgrind] Add correct valgrind-3.8.1-filter_gdb.patch

Mark Wielaard mjw at fedoraproject.org
Sat Oct 13 14:29:10 UTC 2012


commit 3ebc3f2d8d51acd6cb42aa60d8d07f5705d5d659
Author: Mark Wielaard <mjw at redhat.com>
Date:   Sat Oct 13 16:28:46 2012 +0200

    Add correct valgrind-3.8.1-filter_gdb.patch

 valgrind-3.8.1-filter_gdb.patch              |   11 +++++++++++
 valgrind-3.8.1-gdbserver_tests-sleeper.patch |   11 -----------
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/valgrind-3.8.1-filter_gdb.patch b/valgrind-3.8.1-filter_gdb.patch
new file mode 100644
index 0000000..9d56185
--- /dev/null
+++ b/valgrind-3.8.1-filter_gdb.patch
@@ -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


More information about the scm-commits mailing list