aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kern/ptrace_test.c
Commit message (Expand)AuthorAgeFilesLines
* kern: send parent a SIGCHLD when the debugger has detachedKyle Evans2025-06-191-0/+68
* runq: Remove userland references to RQ_PPQ in rtprio contextsOlivier Certner2025-06-181-3/+2
* ptrace_test: add test for the PT_ATTACH behavior on sleeping threadKonstantin Belousov2025-04-181-0/+61
* ptrace_test PT_SC_REMOTE: fix a raceKonstantin Belousov2025-04-171-1/+4
* ptrace_test: add test for expanded reporting of syscall argsKonstantin Belousov2025-03-311-0/+48
* ptrace tests: Fix a signed/unsigned integer comparisonMark Johnston2024-04-011-1/+1
* ptrace tests: Add a test using PROC_REAP_KILL to kill a traced debuggeeMark Johnston2024-03-311-0/+47
* tests: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* tests: Fix format stringsMark Johnston2023-05-261-4/+4
* tests: Add a simple regression test for ptrace(PT_SC_REMOTE)Mark Johnston2023-05-261-1/+54
* ptrace_test: Remove another MIPS remnant.John Baldwin2022-12-131-1/+0
* tests: also remove sparc64 caseEd Maste2022-11-081-6/+1
* tests: retire now-unused MIPS caseEd Maste2022-11-081-4/+1
* Add NT_ARM_ADDR_MASKAndrew Turner2022-02-221-0/+13
* Add PT_GETREGSETAndrew Turner2022-01-271-0/+61
* Fix GCC build of ptrace_test after 96a9e50e63bfcAlex Richardson2021-03-031-39/+50
* Fix ptrace_test:ptrace__syscall_args after ATF upgradeAlex Richardson2021-03-011-2/+3
* Remove atf_tc_skip calls from ptrace_testAlex Richardson2021-03-011-27/+2
* ptrace_test: Add more debug output on test failuresAlex Richardson2021-03-011-746/+770
* Temporarily skip flakey test case sys.kern.ptrace_test.ptrace__parent_exits_b...Li-Wen Hsu2020-02-111-0/+3
* Temporarily skip failing test case sys.kern/ptrace_test/ptrace__parent_wait_a...Li-Wen Hsu2020-02-111-0/+3
* Temporarily skip flakey test case sys.kern.ptrace_test.ptrace__procdesc_repar...Li-Wen Hsu2020-01-261-0/+3
* procdesc: allow to collect status through wait(1) if process is tracedMariusz Zaborski2019-11-251-0/+101
* Temporarily skip flakey test case sys.kern.ptrace_test.ptrace__getppidLi-Wen Hsu2019-09-111-0/+4
* mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUMKyle Evans2019-08-221-0/+1
* Get configuration variable with default value for not breaking default settingLi-Wen Hsu2019-08-071-5/+5
* procdesc: fix reparenting when the debugger is attachedMariusz Zaborski2019-08-051-0/+56
* Only skip test cases sometimes failing in CI when they are running in CILi-Wen Hsu2019-08-011-5/+10
* Temporarily skip flakey test caseLi-Wen Hsu2019-07-241-0/+2
* Temporarily skip flakey test caseLi-Wen Hsu2019-07-231-0/+2
* Temporarily skip flakey test caseLi-Wen Hsu2019-07-231-0/+2
* Temporarily skip flakey test caseLi-Wen Hsu2019-07-231-0/+2
* Fix URL.Li-Wen Hsu2019-07-221-1/+1
* Temporarily skip flakey test caseLi-Wen Hsu2019-07-221-0/+2
* Add ptrace op PT_GET_SC_RET.John Baldwin2019-07-151-3/+79
* Add a test for PT_GET_SC_ARGS.John Baldwin2019-07-151-0/+81
* Set the p_oppid field of orphans when exiting.Mark Johnston2019-04-071-0/+62
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* Don't report stale signal information for non-signal events in ptrace_lwpinfo.John Baldwin2018-12-101-0/+73
* Revert r337929Alan Somers2018-08-161-2/+0
* Fix Coverity warnings about mkstemp in testsAlan Somers2018-08-161-0/+2
* Export a breakpoint() function to userland for arm and arm64.John Baldwin2018-07-061-3/+8
* Export a breakpoint() function to userland for riscv.John Baldwin2018-05-161-1/+3
* Shorten some recently-added lines that are an extra indent over 80 columns.John Baldwin2018-04-241-4/+4
* Add two tests for TRAP_* signal codes for SIGTRAP.John Baldwin2018-04-241-0/+108
* Expose breakpoint() to userland from <machine/cpufunc.h> on MIPS.John Baldwin2018-04-241-1/+4
* Extend support for ptrace() tests using breakpoints.John Baldwin2018-04-241-13/+35
* Mark the unused argument to continue_thread() as such.John Baldwin2018-01-241-1/+1
* other: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1