From: Philippe Waroquiers Date: Sat, 26 Apr 2014 20:01:28 +0000 (+0000) Subject: Improve the comments in the test X-Git-Tag: svn/VALGRIND_3_10_0~525 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bdc88da206fc783f2a451570eefac7dfb406f62;p=thirdparty%2Fvalgrind.git Improve the comments in the test git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13911 --- diff --git a/gdbserver_tests/nlvgdbsigqueue.stdinB.gdb b/gdbserver_tests/nlvgdbsigqueue.stdinB.gdb index d1919346b7..4524eed8b7 100644 --- a/gdbserver_tests/nlvgdbsigqueue.stdinB.gdb +++ b/gdbserver_tests/nlvgdbsigqueue.stdinB.gdb @@ -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 #