blob: 72714ebadee761f617dd1e100f431033248929db [file] [log] [blame]
sewardj3b290482011-05-06 21:02:55 +00001# test the memcheck watchpoint functionality
2# Note: we need --vgdb=full to stop at the instruction following the watchpoint.
3prog: watchpoints
4vgopts: --tool=memcheck --vgdb=full --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcwatchpoints
5stdout_filter: filter_make_empty
6stderr_filter: filter_memcheck_monitor
7progB: gdb
8argsB: --quiet -l 60 --nx ./watchpoints
9stdinB: mcwatchpoints.stdinB.gdb
10stdoutB_filter: filter_gdb
11stderrB_filter: filter_make_empty
12