Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some code improvements | Mattias Andrée | 2023-06-25 | 1 | -11/+7 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add -a and trivial improvements | Mattias Andrée | 2023-06-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add more system call formattings | Mattias Andrée | 2023-06-25 | 1 | -1/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix some warnings and move include statement to common.h | Mattias Andrée | 2020-06-21 | 1 | -0/+16 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | #define SIGCLD if missing, needed for musl | Mattias Andrée | 2020-06-21 | 1 | -0/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Some cleanup and preparation for support for multiple architectures (both host and client) and OSes | Mattias Andrée | 2020-06-02 | 1 | -29/+9 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Reject i386 and x32 applications (not yet supported) | Mattias Andrée | 2020-06-02 | 1 | -4/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Print data stored to output parameters in system calls | Mattias Andrée | 2020-06-01 | 1 | -0/+10 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Work on syscall formatters | Mattias Andrée | 2020-06-01 | 1 | -5/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add comment explaining values of silent_until_execed | Mattias Andrée | 2020-06-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Tracing fork children does not work | Mattias Andrée | 2020-05-31 | 1 | -2/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Print signal names | Mattias Andrée | 2020-05-31 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add support for tracing threads | Mattias Andrée | 2020-05-30 | 1 | -0/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Do not print PID numbers if only configured to trace one thread | Mattias Andrée | 2020-05-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Continue vfork parent after child execs | Mattias Andrée | 2020-05-30 | 1 | -1/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m + add support for tracing vfork children | Mattias Andrée | 2020-05-30 | 1 | -2/+28 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add support for tracing fork children | Mattias Andrée | 2020-05-30 | 1 | -0/+90 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |