aboutsummaryrefslogtreecommitdiffstats
path: root/sctrace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix exit status regression ... now I can go back to sleep again1.1Mattias Andrée2020-06-021-2/+2
* Always flush trace outputMattias Andrée2020-06-011-0/+1
* Fix typo and add rational for why the -a option (truncate arguments/outputs) is usefulMattias Andrée2020-06-011-2/+3
* Add a todoMattias Andrée2020-06-011-0/+1
* Use WCOREDUMP rather than __WCOREDUMPMattias Andrée2020-06-011-2/+2
* Implement some todosMattias Andrée2020-06-011-11/+27
* Silence output for initial tracee until it has successfully execedMattias Andrée2020-06-011-1/+5
* Things work as expected againMattias Andrée2020-05-311-1/+1
* Tracing fork children does not workMattias Andrée2020-05-311-131/+117
* mMattias Andrée2020-05-311-13/+11
* Print signal namesMattias Andrée2020-05-311-4/+4
* Work around valgrind issueMattias Andrée2020-05-301-1/+1
* Add support for tracing threadsMattias Andrée2020-05-301-4/+12
* Do not print PID numbers if only configured to trace one threadMattias Andrée2020-05-301-2/+3
* Add todo about different (bad) behaviour under valgrindMattias Andrée2020-05-301-0/+1
* Continue vfork parent after child execsMattias Andrée2020-05-301-3/+22
* Add -0 flagMattias Andrée2020-05-301-5/+7
* m + add support for tracing vfork childrenMattias Andrée2020-05-301-14/+60
* Add support for tracing fork childrenMattias Andrée2020-05-301-854/+97
* Print errno names and stringsMattias Andrée2020-05-301-16/+36
* mMattias Andrée2020-05-301-9/+10
* Minor simplificationMattias Andrée2020-05-301-1/+1
* Use process_vm_readv instead of PTRACE_PEEKDATA (no fallback)Mattias Andrée2020-05-301-79/+55
* Add an optimisation todoMattias Andrée2020-05-271-0/+2
* First commitMattias Andrée2020-05-271-0/+966