11 lines
862 B
Diff
11 lines
862 B
Diff
|
--- valgrind/gdbserver_tests/filter_gdb (revision 13010)
|
||
|
+++ valgrind/gdbserver_tests/filter_gdb (working copy)
|
||
|
@@ -85,6 +85,7 @@
|
||
|
-e '/^[ ]*in \.\.\/sysdeps\/unix\/syscall-template\.S/d' \
|
||
|
-e '/^[1-9][0-9]*[ ]*\.\.\/sysdeps\/unix\/syscall-template\.S/d' \
|
||
|
-e '/^[1-9][0-9]*[ ]in *\.\.\/sysdeps\/unix\/syscall-template\.S/d' \
|
||
|
+ -e '/^[1-9][0-9]*[ ]T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)/d' \
|
||
|
-e 's/\(Could not write register \)".*"/\1 "xxx"/' \
|
||
|
-e 's/\(ERROR changing register \).*$/\1 xxx regno y/' \
|
||
|
-e 's/0x........ in \(main (argc=1, argv=0x........) at watchpoints.c:[24][3689]\)/\1/' \
|