]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/gdbserver_tests/mcwatchpoints.vgtest
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / gdbserver_tests / mcwatchpoints.vgtest
1 # test the memcheck watchpoint functionality
2 # Note: we need --vgdb=full to stop at the instruction following the watchpoint.
3 prereq: test -e gdb
4 prog: watchpoints
5 vgopts: --tool=memcheck --vgdb=full --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcwatchpoints
6 stdout_filter: filter_make_empty
7 stderr_filter: filter_memcheck_monitor
8 progB: gdb
9 argsB: --quiet -l 60 --nx ./watchpoints
10 stdinB: mcwatchpoints.stdinB.gdb
11 stdoutB_filter: filter_gdb
12 stderrB_filter: filter_make_empty
13