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