kamil 0c55761e36 Add new test traceme3 in t_ptrace
This test is modeled after traceme1 and traceme2 with the goal to test if
the child was terminated with a received signal passed with PT_CONTINUE.

Currently the three traceme tests verifies three possible status values from
waitpid(2) called by the parent:
 - WIFEXITED(status),
 - WIFSIGNALED(status),
 - WIFSTOPPED(status)
with associated macros:
 - WEXITSTATUS(status),
 - WTERMSIG(status),
 - WCOREDUMP(status),
 - WSTOPSIG(status).

In traceme3 has been assumed that Ctrl-C (SIGINT) does not emit core(5).

Sponsored by <The NetBSD Foundation>.
2016-11-03 08:48:53 +00:00
2016-10-25 13:01:59 +00:00
2016-10-12 20:01:40 +00:00
2016-10-22 20:33:51 +00:00
2016-10-19 00:11:03 +00:00
2016-11-02 17:19:53 +00:00
2016-10-14 03:20:04 +00:00
2016-01-16 18:41:12 +00:00
2016-10-15 14:21:59 +00:00
2016-11-02 03:21:38 +00:00
2016-10-07 19:10:03 +00:00
2016-11-01 16:15:51 +00:00
2016-11-01 14:21:30 +00:00
2016-11-03 08:48:53 +00:00
2016-10-19 21:55:26 +00:00
2016-10-30 19:33:49 +00:00
2016-01-29 13:51:13 +00:00
2016-01-14 02:51:25 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%