]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/gdbserver_tests/nlcontrolc.stdinB.gdb
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / gdbserver_tests / nlcontrolc.stdinB.gdb
1 # connect gdb to Valgrind gdbserver:
2 target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-nlcontrolc
3 echo vgdb launched process attached\n
4 monitor vg.set vgdb-error 999999
5 #
6 #
7 # simulate control-c in a few seconds
8 shell ./simulate_control_c --vgdb-prefix=./vgdb-prefix-nlcontrolc 10
9 #
10 continue
11 #
12 # Here, all tasks should be blocked in a loooonnnng select, all in WaitSys
13 info threads
14 # We will unblock them by changing their timeout argument
15 # To avoid going into the frame where the timeval arg is,
16 # it has been defined as global variables, as the nr
17 # of calls on the stack differs between 32bits and 64bits,
18 # and/or between OS.
19 # ensure select finishes in a few milliseconds max:
20 p t[0].tv_sec = 0
21 p t[1].tv_sec = 0
22 p t[2].tv_sec = 0
23 p t[3].tv_sec = 0
24 #
25 # We will change the burning parameters in a few  seconds
26 shell ./simulate_control_c --vgdb-prefix=./vgdb-prefix-nlcontrolc 10
27 #
28 continue
29 #
30 # Threads are burning cpu now
31 # We would like to test info threads here, but which thread are Runnable or Yielding
32 # is unpredictable.
33 # info threads
34 p burn = 0
35 p loops = 0
36 p report_finished = 0
37 continue
38 # and the process should stop very quickly now
39 quit