aboutsummaryrefslogtreecommitdiffstats
path: root/sctrace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mMattias Andrée2023-06-251-2/+2
* Some code improvementsMattias Andrée2023-06-251-116/+198
* Add -a and trivial improvementsMattias Andrée2023-06-251-4/+18
* Add more system call formattingsMattias Andrée2023-06-251-0/+1
* Argument 3 and 4 are swapped on SPARC for PTRACE_GETREGS and PTRACE_SETREGSMattias Andrée2023-06-241-3/+3
* Fix some warnings and move include statement to common.hMattias Andrée2020-06-211-3/+4
* Include asm/unistd.h for __X32_SYSCALL_BITMichael Forney2020-06-211-0/+2
* Some cleanup and preparation for support for multiple architectures (both host and client) and OSesMattias Andrée2020-06-021-23/+6
* Reject i386 and x32 applications (not yet supported)Mattias Andrée2020-06-021-13/+29
* 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