summaryrefslogtreecommitdiff
path: root/tests/ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2023-02-261-1/+1
* Fix build on alphaDmitry V. Levin2023-02-241-4/+4
* tests: fix build on aarch64Dmitry V. Levin2022-10-031-2/+2
* tests/ptrace: add comments for specific siginfo decoding checksEugene Syromyatnikov2022-08-111-0/+3
* printsiginfo: print si_trapno for SIGFPE on alphaEugene Syromyatnikov2022-08-111-2/+9
* printsiginfo: print si_trapno for SIGILL on sparcEugene Syromyatnikov2022-08-111-2/+9
* printsiginfo: print relevant SI_SIGIO informationEugene Syromyatnikov2022-08-091-0/+16
* printsiginfo: print si_fd for SIGIO signalsEugene Syromyatnikov2022-08-091-3/+25
* printsiginfo: update SIGTRAP decodingEugene Syromyatnikov2022-08-091-10/+124
* printsiginfo: print si_lower/si_upper for SEGV_BNDERR signalsEugene Syromyatnikov2022-08-091-9/+90
* printsiginfo: print si_addr_lsb for BUS_MCEERR_A[RO] signalsEugene Syromyatnikov2022-08-091-6/+42
* tests: fix build on systems where <signal.h> does not define SEGV_PKUERRDmitry V. Levin2022-03-271-1/+1
* Update copyright headersDmitry V. Levin2022-03-261-1/+1
* tests: check decoding of SEGV_PKUERRDmitry V. Levin2022-02-031-0/+16
* loongarch64: make use of the newly exposed orig_a0 field for ptraceWANG Xuerui2022-01-261-0/+4
* loongarch64: implement NT_PRSTATUS and NT_FPREGSET regsets decodingDmitry V. Levin2022-01-131-1/+60
* tests/ptrace: fix expected output for riscv64Dmitry V. Levin2021-12-251-4/+1
* tests: fix riscv64 supportDmitry V. Levin2021-12-251-3/+3
* ptrace: handle AArch64's COMPAT_PTRACE_* macrosEugene Syromyatnikov2021-10-091-0/+35
* tests: add ptrace-X* testsEugene Syromyatnikov2021-10-091-154/+207
* printsiginfo: decode si_syscall field using syscall_name_archEugene Syromyatnikov2021-10-081-2/+63
* Fix preprocessor indentationDmitry V. Levin2021-07-171-1/+1
* sparc64: implement decoding of PTRACE_GETREGS64 and PTRACE_SETREGS64Dmitry V. Levin2021-05-311-1/+18
* powerpc*: implement decoding of PTRACE_GETREGS64 and PTRACE_SETREGS64Dmitry V. Levin2021-05-311-0/+43
* ptrace: prepare for decoding of PTRACE_GETREGS64 and PTRACE_SETREGS64Dmitry V. Levin2021-05-301-2/+52
* Implement decoding of PTRACE_GETFPREGS and PTRACE_SETFPREGSDmitry V. Levin2021-05-291-8/+19
* Implement decoding of PTRACE_GETREGS and PTRACE_SETREGSDmitry V. Levin2021-05-281-8/+70
* ptrace: prepare for decoding of PTRACE_[GS]ETREGS and PTRACE_[GS]ETFPREGSDmitry V. Levin2021-05-271-3/+166
* tests: use uintptr_t to cast from pointer types in the ptrace testDmitry V. Levin2021-05-261-16/+16
* tests: rework ptrace wrapper in the ptrace testDmitry V. Levin2021-05-261-111/+111
* tests: optimize ptrace test for the case when NT_FPREGSET is not supportedDmitry V. Levin2021-05-251-0/+6
* tests: optimize ptrace test for the case when NT_PRSTATUS is not supportedDmitry V. Levin2021-05-251-0/+6
* mips o32: fix PTRACE_{G,S}ETREGSET NT_PRSTATUS regset decodingDmitry V. Levin2021-05-241-7/+13
* powerpc*: implement NT_FPREGSET regset decodingDmitry V. Levin2021-05-231-1/+31
* x86_64, x32, i386: implement NT_FPREGSET regset decodingDmitry V. Levin2021-05-221-0/+135
* Introduce NT_FPREGSET regset decoding infrastructureDmitry V. Levin2021-05-211-14/+39
* mips: implement PTRACE_{G,S}ETREGSET NT_PRSTATUS regset decodingDmitry V. Levin2021-05-171-0/+48
* riscv64: implement PTRACE_{G,S}ETREGSET NT_PRSTATUS regset decodingDmitry V. Levin2021-05-161-0/+135
* sparc, sparc64: implement PTRACE_{G,S}ETREGSET NT_PRSTATUS regset decodingDmitry V. Levin2021-05-151-0/+119
* s390, s390x: implement PTRACE_{G,S}ETREGSET NT_PRSTATUS regset decodingDmitry V. Levin2021-05-141-0/+42
* aarch64, arm: implement PTRACE_{G,S}ETREGSET NT_PRSTATUS regset decodingDmitry V. Levin2021-05-131-1/+49
* powerpc*: implement PTRACE_{G,S}ETREGSET NT_PRSTATUS regset decodingDmitry V. Levin2021-05-121-1/+70
* x86_64, x32, i386: implement PTRACE_{G,S}ETREGSET NT_PRSTATUS regset decodingDmitry V. Levin2021-05-111-0/+198
* ptrace: print both values of struct iovec.iov_len when they changeDmitry V. Levin2021-05-101-0/+140
* ptrace: print struct iovec as a structureDmitry V. Levin2021-05-101-10/+34
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* printsiginfo: use print_fields.h macrosDmitry V. Levin2021-01-211-2/+2
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2020-08-031-1/+1
* printsiginfo: fix printing of siginfo_t.si_pid and siginfo_t.si_uidDmitry V. Levin2020-07-171-6/+6