aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use standard W* macros to check stop signalMichael Forney2020-06-211-9/+5
* Include linux/fs.h for lseek and renameat2 flagsMichael Forney2020-06-211-0/+1
* Use SIGRTMIN and SIGRTMAX instead of __-prefixed versionsMichael Forney2020-06-211-7/+7
* Bug fix: use inclusive check to test parsed long int fits in intMattias Andrée2020-06-041-1/+1
* Break trigraph sequences in trace outputMattias Andrée2020-06-021-4/+19
* io_pgetevents is not documentedMattias Andrée2020-06-021-1/+1
* Minor cleanupMattias Andrée2020-06-021-3/+1
* Fix regressen: print pointers in hexadecimalMattias Andrée2020-06-021-5/+5
* Do not use \t in traces, does not look good with PID prefixes in the outputMattias Andrée2020-06-021-1/+1
* Some cleanup and preparation for support for multiple architectures (both host and client) and OSesMattias Andrée2020-06-0210-152/+237
* Reject i386 and x32 applications (not yet supported)Mattias Andrée2020-06-029-55/+120
* 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
* Minor output improvementsMattias Andrée2020-06-011-7/+16
* Makefile: install and uninstall man page1.0Mattias Andrée2020-06-011-0/+3
* Print data stored to output parameters in system callsMattias Andrée2020-06-013-46/+198
* Remove p before > in syscall formatsMattias Andrée2020-06-011-19/+22
* Work on syscall formattersMattias Andrée2020-06-012-82/+408
* Add man page and README0.1Mattias Andrée2020-06-012-0/+98
* Add tests for manually testingMattias Andrée2020-06-0117-0/+252
* Use WCOREDUMP rather than __WCOREDUMPMattias Andrée2020-06-011-2/+2
* Implement some todosMattias Andrée2020-06-011-11/+27
* Add comment explaining values of silent_until_execedMattias Andrée2020-06-011-1/+1
* Silence output for initial tracee until it has successfully execedMattias Andrée2020-06-011-1/+5
* Things work as expected againMattias Andrée2020-05-312-9/+20
* Tracing fork children does not workMattias Andrée2020-05-314-153/+187
* mMattias Andrée2020-05-312-14/+13
* Print signal namesMattias Andrée2020-05-315-7/+46
* Work around valgrind issueMattias Andrée2020-05-301-1/+1
* Add support for tracing threadsMattias Andrée2020-05-303-8/+26
* Do not print PID numbers if only configured to trace one threadMattias Andrée2020-05-303-8/+13
* Add todo about different (bad) behaviour under valgrindMattias Andrée2020-05-301-0/+1
* Continue vfork parent after child execsMattias Andrée2020-05-302-4/+24
* Add -0 flagMattias Andrée2020-05-301-5/+7
* m + add support for tracing vfork childrenMattias Andrée2020-05-306-23/+111
* Add support for tracing fork childrenMattias Andrée2020-05-308-856/+1094
* Print errno names and stringsMattias Andrée2020-05-303-18/+46
* 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-302-80/+56
* Add an optimisation todoMattias Andrée2020-05-271-0/+2
* Fix Makefile: rebuild if arg.h is updatedMattias Andrée2020-05-271-1/+1
* First commitMattias Andrée2020-05-276-0/+1092