llvm-project/lldb/test/functionalities/process_attach
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
..
attach_denied Fix TestAttachDenied on linux 2015-09-30 10:59:39 +00:00
Makefile Fix a bunch of portability issues in test executables. 2015-08-25 22:25:21 +00:00
TestProcessAttach.py Merge dwarf and dsym tests 2015-09-30 10:12:40 +00:00
main.cpp Fix a bunch of portability issues in test executables. 2015-08-25 22:25:21 +00:00