• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.
8prog: ../sleepers
9args: 1000000000 5000 1000000000 BSBSBSBS 1
10vgopts: --tool=none --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-solaris-nlcontrolc
11stderr_filter: filter_stderr
12prereq: test -e ../gdb -a -f ../vgdb.invoker
13progB: ../gdb
14argsB: --quiet -l 60 --nx ../sleepers
15stdinB: nlcontrolc.stdinB.gdb
16stdoutB_filter: ../filter_gdb
17stderrB_filter: ../filter_make_empty
18