]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Filter out gdb file transfer warnings in gdbserver_tests/filter_stderr.
authorMark Wielaard <mark@klomp.org>
Wed, 26 Aug 2015 10:27:19 +0000 (10:27 +0000)
committerMark Wielaard <mark@klomp.org>
Wed, 26 Aug 2015 10:27:19 +0000 (10:27 +0000)
GDB is correct that we don't support that at the moment.
See bug #351792 - vgdb doesn't support remote file transfers.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15591

gdbserver_tests/filter_stderr

index 866457777162e2a4c50efda56f78bfd30d329563..a80883ead09787ae8eb2887296e58e6a470a85c9 100755 (executable)
@@ -10,4 +10,5 @@ sed -e '/^Copyright (C) /d' \
     -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'