aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Silence output for initial tracee until it has successfully execedMattias Andrée2020-06-011-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Things work as expected againMattias Andrée2020-05-312-9/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Tracing fork children does not workMattias Andrée2020-05-314-153/+187
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2020-05-312-14/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Print signal namesMattias Andrée2020-05-315-7/+46
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Work around valgrind issueMattias Andrée2020-05-301-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for tracing threadsMattias Andrée2020-05-303-8/+26
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not print PID numbers if only configured to trace one threadMattias Andrée2020-05-303-8/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add todo about different (bad) behaviour under valgrindMattias Andrée2020-05-301-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Continue vfork parent after child execsMattias Andrée2020-05-302-4/+24
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add -0 flagMattias Andrée2020-05-301-5/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add support for tracing vfork childrenMattias Andrée2020-05-306-23/+111
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for tracing fork childrenMattias Andrée2020-05-308-856/+1094
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Print errno names and stringsMattias Andrée2020-05-303-18/+46
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2020-05-301-9/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Minor simplificationMattias Andrée2020-05-301-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use process_vm_readv instead of PTRACE_PEEKDATA (no fallback)Mattias Andrée2020-05-302-80/+56
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add an optimisation todoMattias Andrée2020-05-271-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix Makefile: rebuild if arg.h is updatedMattias Andrée2020-05-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2020-05-276-0/+1092
Signed-off-by: Mattias Andrée <maandree@kth.se>