blob: 64d21e317e49563927b0666f3ba366b1f2fbec61 [file] [log] [blame]
sewardj3b290482011-05-06 21:02:55 +00001# test :
2# info threads valgrind specific output
3# the user can control-c an process with all threads in WaitSys
4# and modify some variables
5# the user can control-c an process with all threads in Running/Yielding
6# and modify some variables
7# sleepers is started with argument so that it will compute during ages.
8# The variable modifications means it will exit in a reasonable time.
9prog: sleepers
10args: 1000000000 1000000000 1000000000 BSBSBSBS
11vgopts: --tool=none --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-nlcontrolc
12stderr_filter: filter_stderr
bart226284f2011-05-15 06:07:57 +000013prereq: test -e gdb -a -f vgdb.ptraceinvoker
sewardj3b290482011-05-06 21:02:55 +000014progB: gdb
15argsB: --quiet -l 60 --nx ./sleepers
16stdinB: nlcontrolc.stdinB.gdb
sewardj3b290482011-05-06 21:02:55 +000017stdoutB_filter: filter_gdb
sewardj3b290482011-05-06 21:02:55 +000018stderrB_filter: filter_make_empty