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 so that it burns CPU.
8 # We then interrupt the process.
9 # We modify variables so that instead of burning cpu, sleepers blocks
10 # all threads in a select syscall.
12 args: 1000000000 0 100000 BSBSBSBS 1
13 vgopts: --tool=none --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-nlcontrolc
14 stderr_filter: filter_stderr
15 # Bug 338633 nlcontrol hangs on arm64 currently.
16 prereq: test -e gdb -a -f vgdb.invoker && ! ../tests/os_test solaris
18 argsB: --quiet -l 60 --nx ./sleepers
19 stdinB: nlcontrolc.stdinB.gdb
20 stdoutB_filter: filter_gdb
21 stderrB_filter: filter_make_empty