summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys/t_ptrace_wait.c
AgeCommit message (Expand)Author
2020-05-05Move misc tests out of t_ptrace_wait.c to t_ptrace_misc_wait.hkamil
2020-05-05Move core tests out of t_ptrace_wait.c to t_ptrace_core_wait.hkamil
2020-05-05Move siginfo tests out of t_ptrace_wait.c to t_ptrace_siginfo_wait.hkamil
2020-05-05Move threads tests out of t_ptrace_wait.c to t_ptrace_threads_wait.hkamil
2020-05-05Move topology tests out of t_ptrace_wait.c to t_ptrace_topology_wait.hkamil
2020-05-05Move exec() tests out of t_ptrace_wait.c to t_ptrace_exec_wait.hkamil
2020-05-05Move LWP tests out of t_ptrace_wait.c to t_ptrace_lwp_wait.hkamil
2020-05-05Remove the duplicate ATF_TP_ADD_TC() entrieskamil
2020-05-05Move eventmask tests out of t_ptrace_wait.c to t_ptrace_eventmask_wait.hkamil
2020-05-04Remove the duplicate ATF_TP_ADD_TC() entrieskamil
2020-05-04Move signal tests out of t_ptrace_wait.c to t_ptrace_signal_wait.hkamil
2020-05-04Move fork/vfork/posix_spawn tests out of t_ptrace_wait.c to t_ptrace_fork_wait.hkamil
2020-05-04Move clone() tests out of t_ptrace_wait.c to t_ptrace_clone_wait.hkamil
2020-05-04Move byte transfer tests out of t_ptrace_wait.c to t_ptrace_bytetransfer_wait.hkamil
2020-05-04Move kill()-like tests out of t_ptrace_wait.c to t_ptrace_kill_wait.hkamil
2020-05-04Move PT_STEP tests out of t_ptrace_wait.c to t_ptrace_step_wait.hkamil
2020-05-04Move syscall tests out of t_ptrace_wait.c to t_ptrace_syscall_wait.hkamil
2020-05-04Move register tests out of t_ptrace_wait.c to t_ptrace_register_wait.hkamil
2020-04-24Reduce assumptions about LWP numberskamil
2020-04-24Update for new LWP behavior -- as of 9.99.59, the LWP ID of a single-LWPthorpej
2020-04-17Switch from C11 specific static_assert() to __CTASSERT()kamil
2020-04-14Add timeout to syscall_signal_on_sce that hangs from time to timekamil
2020-03-07Try to fix the build. This is why all those inlines should really be in achristos
2020-03-06Move macros wrapping functions from msg.h into msg.hkamil
2020-03-01Add new signal trap entry tests in t_ptrace_wait*kamil
2020-02-24Add new test in t_ptrace_wait*kamil
2020-02-22Disable t_ptrace_wait* tests for MKSANITIZER/MKLIBCSANITIZERkamil
2020-02-20Minor changes to t_ptrace_wait*kamil
2020-02-19Fix clang(1) buildkamil
2020-02-13Enable combined breakpoint, watchpoint and signal testsmgorny
2020-02-13Extend concurrent events test to watchpointsmgorny
2020-02-13Extend concurrent events test to breakpointsmgorny
2020-02-13Include LWP events in concurrent event testmgorny
2020-02-13Test whether signal handler is called in concurrent bombardingmgorny
2020-02-13Extend concurrent signal tests to pass signal back to the threadmgorny
2020-02-13Generalize thread_concurrent_signals to a generic factorymgorny
2020-02-11Rewrite the t_ptrace_wait resume1 testkamil
2020-02-10Rename suspend2 to suspend_no_deadlockkamil
2020-02-05Refactor signal9 and signal10 tests in t_ptrace_wait*kamil
2020-02-04Disable debug codekamil
2020-02-04Add new ATF ptrace(2) test in t_ptrace_wait*kamil
2020-02-04Add new ATF tests for unrelated tracer in t_ptrace_wait*kamil
2020-01-29Add new fork/vfork/posix_spawn ATF tests in t_ptrace_wait*kamil
2020-01-23Fix the build: access_regs_set_unaligned_pc_* tests depend on availabilitymartin
2020-01-21Add new ATF tests in t_ptrace_wait*kamil
2020-01-08Fix alignment when reading core notesmgorny
2019-12-25Read TLS base pointer with _lwp_getprivate()kamil
2019-12-24Define _RTLD_SOURCE in t_ptrace_wait.ckamil
2019-12-24Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFOkamil
2019-12-06Log PID.LWP in t_ptrace_wait* tests for enabled debugkamil