valgrind/valgrind-3.10.1-gdb-file-warning.patch
Mark Wielaard d78622b678 3.10.1-22.svn20150825r15589
- Update to current valgrind svn (svn20150825r15589)
- Add valgrind-3.10.1-gdb-file-warning.patch
2015-08-25 15:19:15 +02:00

12 lines
511 B
Diff

--- a/gdbserver_tests/filter_stderr (revision 15586)
+++ b/gdbserver_tests/filter_stderr (working copy)
@@ -10,4 +10,5 @@
-e '/\/path\/to\/gdb/d' \
-e '/and then give GDB the following command/d' \
-e '/target remote |/d' \
- -e '/pid is optional if only one valgrind process is running/d'
+ -e '/pid is optional if only one valgrind process is running/d' \
+ -e '/warning: remote target does not support file transfer, attempting to access files from local filesystem./d'