Add DRD suppression patterns for races triggered by std::ostream
[valgrind.git] / gdbserver_tests / solaris / nlcontrolc.stdinB.gdb
blob182834fb97c76859a81c6c3f7ffe07f6f1b08619
1 # connect gdb to Valgrind gdbserver:
2 target remote | ../vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-solaris-nlcontrolc
3 echo vgdb launched process attached\n
4 monitor v.set vgdb-error 999999
7 # simulate control-c in a few seconds
8 shell ../simulate_control_c --vgdb-prefix=./vgdb-prefix-solaris-nlcontrolc 1 grep main nlcontrolc.stderr.out
10 continue
12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
13 info threads
14 # After the timeout expires, threads will unblock.
16 # We will change the burning parameters in a few seconds
17 shell ../simulate_control_c --vgdb-prefix=./vgdb-prefix-solaris-nlcontrolc 6 grep CPU nlcontrolc.stdoutB.out
19 echo Now threads are burning CPU\n
20 continue
22 # Threads are burning cpu now
23 # We would like to test info threads here, but which thread are Runnable or Yielding
24 # is unpredictable.
25 # info threads
26 p burn = 0
27 p loops = 0
28 p report_finished = 0
29 continue
30 # and the process should stop very quickly now
31 quit