Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some cleanup and preparation for support for multiple architectures (both host and client) and OSes | Mattias Andrée | 2020-06-02 | 1 | -29/+9 |
* | Reject i386 and x32 applications (not yet supported) | Mattias Andrée | 2020-06-02 | 1 | -4/+12 |
* | Print data stored to output parameters in system calls | Mattias Andrée | 2020-06-01 | 1 | -0/+10 |
* | Work on syscall formatters | Mattias Andrée | 2020-06-01 | 1 | -5/+0 |
* | Add comment explaining values of silent_until_execed | Mattias Andrée | 2020-06-01 | 1 | -1/+1 |
* | Tracing fork children does not work | Mattias Andrée | 2020-05-31 | 1 | -2/+6 |
* | Print signal names | Mattias Andrée | 2020-05-31 | 1 | -0/+2 |
* | Add support for tracing threads | Mattias Andrée | 2020-05-30 | 1 | -0/+3 |
* | Do not print PID numbers if only configured to trace one thread | Mattias Andrée | 2020-05-30 | 1 | -1/+1 |
* | Continue vfork parent after child execs | Mattias Andrée | 2020-05-30 | 1 | -1/+2 |
* | m + add support for tracing vfork children | Mattias Andrée | 2020-05-30 | 1 | -2/+28 |
* | Add support for tracing fork children | Mattias Andrée | 2020-05-30 | 1 | -0/+90 |