aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kern/ptrace_test.c
Commit message (Expand)AuthorAgeFilesLines
* Add PTRACE_VFORK to trace vfork events.John Baldwin2016-07-181-0/+126
* Add a mask of optional ptrace() events.John Baldwin2016-07-151-0/+136
* Add a test for user signal delivery.John Baldwin2016-07-151-0/+62
* Add ptrace(2) reporting for LWP events.John Baldwin2015-12-291-7/+186
* Tweak: use 'mainlwp' instead of 'mainpid' since this is a thread (LWP)John Baldwin2015-10-061-3/+3
* Fix build with older GCC which, doesn't like 'main' being a variable name.Bryan Drewery2015-10-061-3/+3
* Fix various edge cases related to system call tracing.John Baldwin2015-10-061-15/+244
* Use _exit() instead of exit() in child processes created during tests.John Baldwin2015-09-091-10/+10
* Add a test to verify that a traced process sees its original parent viaJohn Baldwin2015-09-091-0/+87
* Properly size the children[] arrays in the follow fork tests.John Baldwin2015-09-091-6/+6
* Clear P_TRACED before reparenting a detached process back to itsJohn Baldwin2015-08-011-54/+527
* Add a CHILD_REQUIRE macro similar to ATF_REQUIRE for use in child processesJohn Baldwin2015-06-041-25/+47
* Consistently only use one end of the pipe in the parent and debuggerJohn Baldwin2015-05-311-3/+5
* Tweak the description of when waitpid() doesn't return any status for aJohn Baldwin2015-05-281-6/+6
* Do not allow a process to reap an orphan (a child currently beingJohn Baldwin2015-05-261-0/+246
* Only reparent a traced process to its old parent if the tracing process isJohn Baldwin2015-05-221-0/+143