1 # test : 2 # info threads valgrind specific output 3 # the user can control-c a process with all threads in WaitSys 4 # the user can control-c a process with all threads in Running/Yielding 5 # and modify some variables 6 # sleepers is started with argument so that it will compute during ages. 7 # The variable modifications means it will exit in a reasonable time. 8 prog: ../sleepers 9 args: 1000000000 5000 1000000000 BSBSBSBS 10 vgopts: --tool=none --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-solaris-nlcontrolc 11 stderr_filter: filter_stderr 12 prereq: test -e ../gdb -a -f ../vgdb.invoker 13 progB: ../gdb 14 argsB: --quiet -l 60 --nx ../sleepers 15 stdinB: nlcontrolc.stdinB.gdb 16 stdoutB_filter: ../filter_gdb 17 stderrB_filter: ../filter_make_empty 18