Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add man page and README0.1 | Mattias Andrée | 2020-06-01 | 2 | -0/+98 |
* | Add tests for manually testing | Mattias Andrée | 2020-06-01 | 17 | -0/+252 |
* | Use WCOREDUMP rather than __WCOREDUMP | Mattias Andrée | 2020-06-01 | 1 | -2/+2 |
* | Implement some todos | Mattias Andrée | 2020-06-01 | 1 | -11/+27 |
* | Add comment explaining values of silent_until_execed | Mattias Andrée | 2020-06-01 | 1 | -1/+1 |
* | Silence output for initial tracee until it has successfully execed | Mattias Andrée | 2020-06-01 | 1 | -1/+5 |
* | Things work as expected again | Mattias Andrée | 2020-05-31 | 2 | -9/+20 |
* | Tracing fork children does not work | Mattias Andrée | 2020-05-31 | 4 | -153/+187 |
* | m | Mattias Andrée | 2020-05-31 | 2 | -14/+13 |
* | Print signal names | Mattias Andrée | 2020-05-31 | 5 | -7/+46 |
* | Work around valgrind issue | Mattias Andrée | 2020-05-30 | 1 | -1/+1 |
* | Add support for tracing threads | Mattias Andrée | 2020-05-30 | 3 | -8/+26 |
* | Do not print PID numbers if only configured to trace one thread | Mattias Andrée | 2020-05-30 | 3 | -8/+13 |
* | Add todo about different (bad) behaviour under valgrind | Mattias Andrée | 2020-05-30 | 1 | -0/+1 |
* | Continue vfork parent after child execs | Mattias Andrée | 2020-05-30 | 2 | -4/+24 |
* | Add -0 flag | Mattias Andrée | 2020-05-30 | 1 | -5/+7 |
* | m + add support for tracing vfork children | Mattias Andrée | 2020-05-30 | 6 | -23/+111 |
* | Add support for tracing fork children | Mattias Andrée | 2020-05-30 | 8 | -856/+1094 |
* | Print errno names and strings | Mattias Andrée | 2020-05-30 | 3 | -18/+46 |
* | m | Mattias Andrée | 2020-05-30 | 1 | -9/+10 |
* | Minor simplification | Mattias Andrée | 2020-05-30 | 1 | -1/+1 |
* | Use process_vm_readv instead of PTRACE_PEEKDATA (no fallback) | Mattias Andrée | 2020-05-30 | 2 | -80/+56 |
* | Add an optimisation todo | Mattias Andrée | 2020-05-27 | 1 | -0/+2 |
* | Fix Makefile: rebuild if arg.h is updated | Mattias Andrée | 2020-05-27 | 1 | -1/+1 |
* | First commit | Mattias Andrée | 2020-05-27 | 6 | -0/+1092 |