Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-06-21 | Move inclusion of <linux/fs.h> to after <sys/mount.h>, will not build otherwise | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-21 | Fix typo in list-errnos.h command | Michael Forney | 1 | -1/+1 | |
2020-06-21 | Include asm/unistd.h for __X32_SYSCALL_BIT | Michael Forney | 1 | -0/+2 | |
2020-06-21 | Use standard W* macros to check stop signal | Michael Forney | 1 | -9/+5 | |
2020-06-21 | Include linux/fs.h for lseek and renameat2 flags | Michael Forney | 1 | -0/+1 | |
2020-06-21 | Use SIGRTMIN and SIGRTMAX instead of __-prefixed versions | Michael Forney | 1 | -7/+7 | |
2020-06-04 | Bug fix: use inclusive check to test parsed long int fits in int | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-02 | Break trigraph sequences in trace output | Mattias Andrée | 1 | -4/+19 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-02 | io_pgetevents is not documented | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-02 | Minor cleanup | Mattias Andrée | 1 | -3/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-02 | Fix regressen: print pointers in hexadecimal | Mattias Andrée | 1 | -5/+5 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-02 | Do not use \t in traces, does not look good with PID prefixes in the output | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-02 | Some cleanup and preparation for support for multiple architectures (both host and client) and OSes | Mattias Andrée | 10 | -152/+237 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-02 | Reject i386 and x32 applications (not yet supported) | Mattias Andrée | 9 | -55/+120 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-02 | Fix exit status regression ... now I can go back to sleep again1.1 | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Always flush trace output | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Fix typo and add rational for why the -a option (truncate arguments/outputs) is useful | Mattias Andrée | 1 | -2/+3 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Add a todo | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Minor output improvements | Mattias Andrée | 1 | -7/+16 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Makefile: install and uninstall man page1.0 | Mattias Andrée | 1 | -0/+3 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Print data stored to output parameters in system calls | Mattias Andrée | 3 | -46/+198 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Remove p before > in syscall formats | Mattias Andrée | 1 | -19/+22 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Work on syscall formatters | Mattias Andrée | 2 | -82/+408 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Add man page and README0.1 | Mattias Andrée | 2 | -0/+98 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Add tests for manually testing | Mattias Andrée | 17 | -0/+252 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Use WCOREDUMP rather than __WCOREDUMP | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Implement some todos | Mattias Andrée | 1 | -11/+27 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Add comment explaining values of silent_until_execed | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-06-01 | Silence output for initial tracee until it has successfully execed | Mattias Andrée | 1 | -1/+5 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-31 | Things work as expected again | Mattias Andrée | 2 | -9/+20 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-31 | Tracing fork children does not work | Mattias Andrée | 4 | -153/+187 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-31 | m | Mattias Andrée | 2 | -14/+13 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-31 | Print signal names | Mattias Andrée | 5 | -7/+46 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | Work around valgrind issue | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | Add support for tracing threads | Mattias Andrée | 3 | -8/+26 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | Do not print PID numbers if only configured to trace one thread | Mattias Andrée | 3 | -8/+13 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | Add todo about different (bad) behaviour under valgrind | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | Continue vfork parent after child execs | Mattias Andrée | 2 | -4/+24 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | Add -0 flag | Mattias Andrée | 1 | -5/+7 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | m + add support for tracing vfork children | Mattias Andrée | 6 | -23/+111 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | Add support for tracing fork children | Mattias Andrée | 8 | -856/+1094 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | Print errno names and strings | Mattias Andrée | 3 | -18/+46 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | m | Mattias Andrée | 1 | -9/+10 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | Minor simplification | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-30 | Use process_vm_readv instead of PTRACE_PEEKDATA (no fallback) | Mattias Andrée | 2 | -80/+56 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-27 | Add an optimisation todo | Mattias Andrée | 1 | -0/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2020-05-27 | Fix Makefile: rebuild if arg.h is updated | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> |