summaryrefslogtreecommitdiff
path: root/ptrace_syscall_info.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: move #include "print_fields.h" to defs.hDmitry V. Levin2021-02-011-1/+0
* treewide: replace tprints("}") with tprint_struct_end()Dmitry V. Levin2021-01-291-4/+4
* print_fields.h: remove prefix argument from all remaining PRINT_FIELD_* macrosDmitry V. Levin2021-01-291-5/+9
* print_fields.h: remove prefix argument from PRINT_FIELD_XVAL macroDmitry V. Levin2021-01-291-2/+4
* print_fields.h: remove prefix argument from PRINT_FIELD_ADDR64 macroDmitry V. Levin2021-01-291-2/+4
* print_fields.h: remove prefix argument from PRINT_FIELD_ARRAY_UPTO macroDmitry V. Levin2021-01-291-2/+4
* print_fields.h: remove prefix argument from PRINT_FIELD_OBJ_PTR macroDmitry V. Levin2021-01-291-3/+6
* print_fields.h: remove prefix argument from PRINT_FIELD_ERR_D macroDmitry V. Levin2021-01-281-2/+3
* treewide: put braces around PRINT_FIELD_* invocations in conditional statementsDmitry V. Levin2021-01-271-4/+8
* ptrace_syscall_info: avoid unnecessary string specificationsDmitry V. Levin2021-01-221-33/+51
* ptrace_syscall_info: fix output name of args fieldDmitry V. Levin2021-01-221-1/+1
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* x32: workaround syscall(2) limitations in PTRACE_GET_SYSCALL_INFO checkDmitry V. Levin2020-05-271-6/+12
* ptrace_syscall_info.c: fix build without forkFabrice Fontaine2020-04-141-2/+4
* Update copyright headersDmitry V. Levin2020-02-061-1/+1
* Fix build with glibc-2.31 and Linux kernel headers < 5.3Dmitry V. Levin2020-01-151-11/+11
* Replace direct usage of err_name/errnoent with print_errEugene Syromyatnikov2019-08-141-5/+1
* Add xlat description structureEugene Syromyatnikov2019-07-241-2/+2
* Update copyright headersDmitry V. Levin2019-03-181-0/+1
* Fix build for no-MMU targetsBaruch Siach2019-01-081-0/+6
* Implement PTRACE_GET_SYSCALL_INFO decoderDmitry V. Levin2018-12-131-0/+86
* Check whether PTRACE_GET_SYSCALL_INFO is supported by the kernelDmitry V. Levin2018-12-131-0/+252