aboutsummaryrefslogtreecommitdiffstats
path: root/common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some code improvementsMattias Andrée2023-06-251-11/+7
* Add -a and trivial improvementsMattias Andrée2023-06-251-0/+2
* Add more system call formattingsMattias Andrée2023-06-251-1/+2
* Fix some warnings and move include statement to common.hMattias Andrée2020-06-211-0/+16
* #define SIGCLD if missing, needed for muslMattias Andrée2020-06-211-0/+5
* Some cleanup and preparation for support for multiple architectures (both host and client) and OSesMattias Andrée2020-06-021-29/+9
* Reject i386 and x32 applications (not yet supported)Mattias Andrée2020-06-021-4/+12
* Print data stored to output parameters in system callsMattias Andrée2020-06-011-0/+10
* Work on syscall formattersMattias Andrée2020-06-011-5/+0
* Add comment explaining values of silent_until_execedMattias Andrée2020-06-011-1/+1
* Tracing fork children does not workMattias Andrée2020-05-311-2/+6
* Print signal namesMattias Andrée2020-05-311-0/+2
* Add support for tracing threadsMattias Andrée2020-05-301-0/+3
* Do not print PID numbers if only configured to trace one threadMattias Andrée2020-05-301-1/+1
* Continue vfork parent after child execsMattias Andrée2020-05-301-1/+2
* m + add support for tracing vfork childrenMattias Andrée2020-05-301-2/+28
* Add support for tracing fork childrenMattias Andrée2020-05-301-0/+90