summaryrefslogtreecommitdiff
path: root/tests/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* Stop using SIG_0Dmitry V. Levin2018-11-271-1/+1
* tests: use TAIL_ALLOC_OBJECT_CONST_PTR where appropriateDmitry V. Levin2018-05-281-3/+4
* Implement PTRACE_SECCOMP_GET_METADATA ptrace request decodingEugene Syromyatnikov2018-03-061-0/+20
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Include <sys/ptrace.h> earlyDmitry V. Levin2018-02-111-1/+1
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-2/+2
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* tests: use TAIL_ALLOC_OBJECT_CONST_PTRDmitry V. Levin2017-03-161-1/+1
* tests: move get_sigset_size function to libtestsDmitry V. Levin2017-02-201-32/+15
* tests: additional check for PTRACE_SETSIGINFO ptrace commandEugene Syromyatnikov2016-12-011-0/+13
* Print syscall names only for defined syscallsEugene Syromyatnikov2016-12-011-1/+1
* tests: use sprintrc in tests/ptrace.cDmitry V. Levin2016-09-201-168/+133
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* tests/ptrace.c: fix fork() return value checkElvira Khabirova2016-06-061-1/+1
* tests: remove manual creation of memory mapping holesDmitry V. Levin2016-05-221-4/+0
* tests/ptrace.c: tweak magic constants to make the test more reliableDmitry V. Levin2016-05-131-2/+2
* tests: check decoding of ptrace syscallDmitry V. Levin2016-05-131-0/+481