Pavel Labath 8f4db787d5 Fix TestAttachDenied on linux
This test was timing out because the test inferior was forking a child, which was not terminated
correctly. The test contained provisions to terminate this child, but these were no longer
working. The idea was to wake up upon receiving SIGTERM and then kill the child. However, this
was failing because the test first tried to use SIGHUP, which ended up killing the inferior.

Fix: make sure we catch SIGHUP also.
llvm-svn: 248889
2015-09-30 10:59:39 +00:00
..
2015-09-22 05:07:56 +00:00
2015-09-30 10:59:39 +00:00
2015-09-17 19:23:50 +00:00
2015-03-31 00:03:00 +00:00
2015-09-16 15:34:06 +00:00
2015-07-22 08:41:18 +00:00