- b0c5113 Introduce HAVE_STRUCT_TCB_EXT_ARG macro by Dmitry V. Levin · 9 years ago
- ed37c8d Remove UNDEFINED_SCNO by Elvira Khabirova · 9 years ago
- 3c1105d Move printargs* functions to util.c by Elvira Khabirova · 9 years ago
- a6dd094 Implement decoding of preadv2 and pwritev2 syscalls by Dmitry V. Levin · 9 years ago
- 3f6ebce Implement dumping of preadv and pwritev syscalls by Dmitry V. Levin · 9 years ago
- 1ab6e25 Replace printargs_lu and printargs_ld with printargs_u and printargs_d by Dmitry V. Levin · 9 years ago
- 835127d Change printargs_lu and printargs_ld to return RVAL_DECODED by Dmitry V. Levin · 9 years ago
- 13870c5 Implement dumping of vmsplice syscall by Dmitry V. Levin · 9 years ago
- 93c9d1c Fix dumping of recvmsg syscall in case of short read by Dmitry V. Levin · 9 years ago
- 05a0af6 Fix decoding and dumping of readv syscall in case of short read by Dmitry V. Levin · 9 years ago
- 606fcd0 mips o32: alias sys_syscall to printargs by Dmitry V. Levin · 9 years ago
- 2a6ac94 syscall.c: include <signal.h> by Dmitry V. Levin · 9 years ago
- be1cb92 Fix printing of 32-bit times syscall return value on 64-bit architectures by Dmitry V. Levin · 9 years ago
- 34683e3 Fix SYS_FUNC and SEN macros for musl by Szabolcs Nagy · 9 years ago
- c37173f aarch64: swap 64-bit and 32-bit personalities by Dmitry V. Levin · 9 years ago
- 7386ca7 syscall.c: move inclusion of arch specific files to the end of file by Dmitry V. Levin · 9 years ago
- f3e9e61 x86_64: change getregs_old to forward ptrace return code by Dmitry V. Levin · 9 years ago
- 5105d4a Cleanup print_pc by Dmitry V. Levin · 9 years ago
- 1651051 cleanup: make get_scno.c files more readable by Dmitry V. Levin · 9 years ago
- 64672a6 cleanup: make get_syscall_args.c files more readable by Dmitry V. Levin · 9 years ago
- f51aec6 cleanup: make get_syscall_result.c files more readable by Dmitry V. Levin · 9 years ago
- 0c8c5c9 cleanup: make get_error.c files more readable by Dmitry V. Levin · 9 years ago
- bdb07e3 x32: fix struct dirent decoding by Dmitry V. Levin · 9 years ago
- b36d132 Assume that libc provides sendmsg by Dmitry V. Levin · 9 years ago
- 9af94a2 Add is_erestart helper function by Dmitry V. Levin · 9 years ago
- 3858b93 Add helper functions to clear/restore syserror by Dmitry V. Levin · 9 years ago
- e2fb0bb Simplify use of mpers printers by Dmitry V. Levin · 9 years ago
- 0929422 Add mpers support by Elvira Khabirova · 9 years ago
- d2eaf67 signal: SIGSYS: decode si_syscall & si_arch fields by Mike Frysinger · 9 years ago
- 483c15f Change comparisons with function pointers to comparisons with SENs by Elvira Khabirova · 9 years ago
- 28e32df Add unique syscall entry numbers (SENs) by Elvira Khabirova · 9 years ago
- 140ecf8 Introduce SEN macro by Elvira Khabirova · 9 years ago
- 204c2bc Implement RVAL_DECODED flag by Dmitry V. Levin · 9 years ago
- 4b80f34 Fix filtering of <unavailable> syscalls by Dmitry V. Levin · 9 years ago
- d93c4e8 Consistenly use #ifdef to check for AC_DEFINE'd macros by Dmitry V. Levin · 10 years ago
- 6c8ef05 Consistently use error_msg instead of fprintf(stderr) by Dmitry V. Levin · 10 years ago
- 3e9d71f Introduce memory allocation wrappers by Dmitry V. Levin · 10 years ago
- f34b97f mips o32: decode indirect syscall by Dmitry V. Levin · 10 years ago
- cc59f14 Fix confusing "resuming interrupted unknown" message by Denys Vlasenko · 10 years ago
- ea00900 get_scno: add diagnostics for invalid syscall numbers by Dmitry V. Levin · 10 years ago
- d70d1c4 syscall.c: split arch specific code into separate arch files by Dmitry V. Levin · 10 years ago
- 1b78607 syscall.c: prepare for the split by Dmitry V. Levin · 10 years ago
- 144cda2 Move get_regs error check from trace_syscall_entering to get_scno by Dmitry V. Levin · 10 years ago
- 78ed3f3 alpha, ia64, sh, sparc, sparc64: fix pipe and pipe2 syscalls decoding by Dmitry V. Levin · 10 years ago
- c215569 decode_socket_subcall: fetch all arguments with a single umoven call by Dmitry V. Levin · 10 years ago
- 7e69ed9 Change last parameter of umoven() from char* to void* by Denys Vlasenko · 10 years ago
- 8497b62 Show the syscall name in "resuming interrupted call" message by Denys Vlasenko · 10 years ago
- 48f0890 ia64: use PTRACE_GETREGS to fetch registers by Dmitry V. Levin · 10 years ago
- 20eca8a s390, s390x: use PTRACE_GETREGSET to fetch registers by Dmitry V. Levin · 10 years ago
- 47e289b aarch64: fix compilation warnings by Dmitry V. Levin · 10 years ago
- 5b9b7e1 aarch64: implement rt_sigreturn decoding by Dmitry V. Levin · 10 years ago
- ccb4fda x86_64, x32: implement rt_sigreturn decoding by Dmitry V. Levin · 10 years ago
- f677715 mips: fix compilation warning by Dmitry V. Levin · 10 years ago
- d819fe8 aarch64: add -i option support by Dmitry V. Levin · 10 years ago
- d93d9f8 Fix multiple personalities support in decoding syscall return values by Dmitry V. Levin · 10 years ago
- 7211dbc build: include ptrace.h after regs.h by Dmitry V. Levin · 10 years ago
- 23ce9e4 Remove support for systems without PTRACE_SETOPTIONS by Dmitry V. Levin · 10 years ago
- b2d9ff2 sparc, x32: fix build regression by Dmitry V. Levin · 10 years ago
- b2f8c77 Change errnoent.h files to use designated initializers by Dmitry V. Levin · 10 years ago
- fb585db is_negated_errno: sync MAX_ERRNO with the kernel by Dmitry V. Levin · 10 years ago
- e96cb62 print_pc: fix multiple personalities support by Dmitry V. Levin · 10 years ago
- 4f2d1ae mips: use PTRACE_GETREGS to fetch all registers by Dmitry V. Levin · 10 years ago
- f97a477 i386: fix compilation warning by Dmitry V. Levin · 10 years ago
- 5d09224 get_syscall_result: remove redundant ifdefs by Dmitry V. Levin · 10 years ago
- 9a176c9 get_regs: define for all architectures by Dmitry V. Levin · 10 years ago
- 7abf2e8 get_regs: unify code for architectures that use PTRACE_GETREGS by Dmitry V. Levin · 10 years ago
- d6db1db get_regset: define iff PTRACE_GETREGSET is used by Dmitry V. Levin · 10 years ago
- 82ae5b9 arm, i386: switch back to use PTRACE_GETREGS by Dmitry V. Levin · 10 years ago
- ebea342 syscall.c: remove obsolete ifdefs by Dmitry V. Levin · 10 years ago
- 4c3f2ae syscall.c: ensure that NT_PRSTATUS is defined by Dmitry V. Levin · 10 years ago
- 5503dd2 Move regs-related macros and declarations from defs.h to regs.h by Dmitry V. Levin · 10 years ago
- fadf379 Move all ptrace-related macros and declarations from defs.h to ptrace.h by Dmitry V. Levin · 10 years ago
- 85dc4a1 Do not watch for post-execve SIGTRAP if PTRACE_O_TRACEEXEC is enabled by Dmitry V. Levin · 10 years ago
- 0946052 is_negated_errno: support large errno values by Dmitry V. Levin · 10 years ago
- d70c41d x86, x32, x86_64: print SECCOMP_RET_ERRNO filtered syscalls by Dmitry V. Levin · 10 years ago
- f46ab5f is_negated_errno: merge x86_64 and x32 definitions by Dmitry V. Levin · 10 years ago
- 38b2955 x32: rename is_negated_errno_x32 to is_negated_errno by Dmitry V. Levin · 10 years ago
- 8e398b6 x86, x32, x86_64: do not skip syscall number -1 by Dmitry V. Levin · 10 years ago
- c394832 x86_64: do not interpet syscall number -1 as a x32 personality syscall by Dmitry V. Levin · 10 years ago
- dc52121 Fix simultaneous -e read and -e write usage by Aurelien Jacobs · 10 years ago
- df7aa2b ioctl: take all 32 bits of ioctl commands into account by Dmitry V. Levin · 10 years ago
- 03b4454 ARM OABI: fix potential compilation warning by Dmitry V. Levin · 10 years ago
- cf7248d arm: rewrite shuffle_scno in a bit more readable way by Dmitry V. Levin · 10 years ago
- a807dce Add functions for dumping iovecs in mmsghdr used in sendmmsg and recvmmsg by Masatake YAMATO · 10 years ago
- 02f9f6b Add a function for dumping iovec in msghdr used in sendmsg and recvmsg by Masatake YAMATO · 10 years ago
- 40c174b Include <linux/ptrace.h> regardless of <sys/reg.h> existence by Maarten ter Huurne · 10 years ago
- 3ed5d02 Fix compilation warnings reported by gcc -Wsign-compare by Dmitry V. Levin · 10 years ago
- 64aa1b1 Decode paths associated with file descriptors returned by syscalls by Zubin Mithra · 11 years ago
- ed69fc2 unwind: move stacktrace capturing and mmap cache invalidating to trace_syscall_entering by Masatake YAMATO · 11 years ago
- 1d78d22 unwind: introduce markers specifying the needs of special care in unwinding by Masatake YAMATO · 11 years ago
- 6141392 unwind: give all exported functions "unwind_" prefix by Masatake YAMATO · 11 years ago
- 327064b Add -k option to print stack trace after each syscall by Luca Clementi · 11 years ago
- ac5133d Constify count_syscall function by Dmitry V. Levin · 11 years ago
- 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 11 years ago
- 0160e16 ARM EABI: disable OABI support by default by Dmitry V. Levin · 11 years ago
- 7a28f7f aarch64: fix decoding of arm syscall numbers by Elliott Hughes · 11 years ago
- a78d777 powerpc64: fix 64-bit process detection on embedded by James Yang · 11 years ago
- 94e246a Delete old PTRACE_{PEEK,POKE}USR logic by Mike Frysinger · 11 years ago
- 0b4060f Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> by Ali Polatel · 11 years ago
- 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago