]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Improve the comments in the test
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 26 Apr 2014 20:01:28 +0000 (20:01 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 26 Apr 2014 20:01:28 +0000 (20:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13911

gdbserver_tests/nlvgdbsigqueue.stdinB.gdb

index d1919346b7649190b8b9b9fdd6ed3cc190225420..4524eed8b715668b178d6d1795b4a7fde0877b2d 100644 (file)
@@ -4,10 +4,11 @@ echo vgdb launched process attached\n
 monitor v.set vgdb-error 999999
 #
 #
-# simulate control-c in a 1 second
+# simulate control-c 1 second after having seen sleepers program outputting 'main'
 shell ./simulate_control_c --vgdb-prefix=./vgdb-prefix-nlvgdbsigqueue 1 grep main nlvgdbsigqueue.stderr.out
 #
-# send SIGUSR1/SIGUSR1 in a few seconds, when vgdb is attached
+# send SIGUSR1/SIGUSR1 in a few seconds, after vgdb has attached
+# vgdb will attach when it will receive the control-c
 shell ./send_signal USR1 --vgdb-prefix=./vgdb-prefix-nlvgdbsigqueue 4
 shell ./send_signal USR1 --vgdb-prefix=./vgdb-prefix-nlvgdbsigqueue 4
 #