summaryrefslogtreecommitdiff
path: root/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Implement dumping of preadv and pwritev syscallsDmitry V. Levin2016-03-311-0/+2
* Replace printargs_lu and printargs_ld with printargs_u and printargs_dDmitry V. Levin2016-02-141-4/+6
* Change printargs_lu and printargs_ld to return RVAL_DECODEDDmitry V. Levin2016-02-141-14/+10
* Implement dumping of vmsplice syscallDmitry V. Levin2016-02-141-0/+1
* Fix dumping of recvmsg syscall in case of short readDmitry V. Levin2016-01-201-2/+3
* Fix decoding and dumping of readv syscall in case of short readDmitry V. Levin2016-01-201-1/+2
* mips o32: alias sys_syscall to printargsDmitry V. Levin2016-01-131-5/+0
* syscall.c: include <signal.h>Dmitry V. Levin2016-01-121-0/+1
* Fix printing of 32-bit times syscall return value on 64-bit architecturesDmitry V. Levin2016-01-071-1/+7
* Fix SYS_FUNC and SEN macros for muslSzabolcs Nagy2015-12-161-3/+1
* aarch64: swap 64-bit and 32-bit personalitiesDmitry V. Levin2015-12-091-1/+1
* syscall.c: move inclusion of arch specific files to the end of fileDmitry V. Levin2015-11-301-10/+16
* x86_64: change getregs_old to forward ptrace return codeDmitry V. Levin2015-11-301-1/+1
* Cleanup print_pcDmitry V. Levin2015-11-301-24/+13
* cleanup: make get_scno.c files more readableDmitry V. Levin2015-11-301-8/+11
* cleanup: make get_syscall_args.c files more readableDmitry V. Levin2015-11-301-7/+0
* cleanup: make get_syscall_result.c files more readableDmitry V. Levin2015-11-301-5/+9
* cleanup: make get_error.c files more readableDmitry V. Levin2015-11-291-8/+3
* x32: fix struct dirent decodingDmitry V. Levin2015-11-271-16/+1
* Assume that libc provides sendmsgDmitry V. Levin2015-11-181-4/+0
* Add is_erestart helper functionDmitry V. Levin2015-09-191-0/+14
* Add helper functions to clear/restore syserrorDmitry V. Levin2015-09-191-0/+15
* Simplify use of mpers printersDmitry V. Levin2015-09-161-0/+1
* Add mpers supportElvira Khabirova2015-08-281-0/+19
* signal: SIGSYS: decode si_syscall & si_arch fieldsMike Frysinger2015-08-181-7/+11
* Change comparisons with function pointers to comparisons with SENsElvira Khabirova2015-07-121-27/+31
* Add unique syscall entry numbers (SENs)Elvira Khabirova2015-07-121-1/+3
* Introduce SEN macroElvira Khabirova2015-07-121-0/+3
* Implement RVAL_DECODED flagDmitry V. Levin2015-07-091-1/+8
* Fix filtering of <unavailable> syscallsDmitry V. Levin2015-06-301-4/+2
* Consistenly use #ifdef to check for AC_DEFINE'd macrosDmitry V. Levin2015-06-171-2/+2
* Consistently use error_msg instead of fprintf(stderr)Dmitry V. Levin2015-05-251-32/+18
* Introduce memory allocation wrappersDmitry V. Levin2015-05-251-6/+3
* mips o32: decode indirect syscallDmitry V. Levin2015-04-171-0/+29
* Fix confusing "resuming interrupted unknown" messageDenys Vlasenko2015-04-071-1/+1
* get_scno: add diagnostics for invalid syscall numbersDmitry V. Levin2015-03-241-0/+3
* syscall.c: split arch specific code into separate arch filesDmitry V. Levin2015-03-231-1154/+13
* syscall.c: prepare for the splitDmitry V. Levin2015-03-231-556/+572
* Move get_regs error check from trace_syscall_entering to get_scnoDmitry V. Levin2015-03-231-1/+4
* alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decodingDmitry V. Levin2015-03-231-1/+4
* decode_socket_subcall: fetch all arguments with a single umoven callDmitry V. Levin2015-03-221-16/+12
* Change last parameter of umoven() from char* to void*Denys Vlasenko2015-03-211-2/+2
* Show the syscall name in "resuming interrupted call" messageDenys Vlasenko2015-03-211-1/+3
* ia64: use PTRACE_GETREGS to fetch registersDmitry V. Levin2015-03-051-79/+49
* s390, s390x: use PTRACE_GETREGSET to fetch registersDmitry V. Levin2015-03-051-97/+17
* aarch64: fix compilation warningsDmitry V. Levin2015-03-051-2/+2
* aarch64: implement rt_sigreturn decodingDmitry V. Levin2015-03-041-1/+4
* x86_64, x32: implement rt_sigreturn decodingDmitry V. Levin2015-03-041-0/+1
* mips: fix compilation warningDmitry V. Levin2015-03-021-1/+1
* aarch64: add -i option supportDmitry V. Levin2015-03-021-0/+5