]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Use -s USR1 instead of -10 to send SIGUSR1 signal
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 15 Aug 2012 13:27:23 +0000 (13:27 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Wed, 15 Aug 2012 13:27:23 +0000 (13:27 +0000)
On mips32, 10 is SIGBUS. This was making all tests using
simulate_control_c looping for ever or a long time.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12873

gdbserver_tests/simulate_control_c

index 913eaa9dafe0bcb70c80f4a664887ba1e38e8222..d380d65cb3a7ef6baebc2075a18949eadb11016d 100755 (executable)
@@ -24,4 +24,4 @@ fi
    sleep 1
  done
  sleep $SLEEP
- kill -10 $VGDBPID) &
+ kill -s USR1 $VGDBPID) &