aboutsummaryrefslogtreecommitdiffstats
path: root/memory.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add -a and trivial improvementsMattias Andrée2023-06-251-4/+28
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more system call formattingsMattias Andrée2023-06-251-12/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* return explicit NULL rather than 0Mattias Andrée2023-06-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Break trigraph sequences in trace outputMattias Andrée2020-06-021-4/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some cleanup and preparation for support for multiple architectures (both host and client) and OSesMattias Andrée2020-06-021-2/+37
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Print data stored to output parameters in system callsMattias Andrée2020-06-011-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for tracing fork childrenMattias Andrée2020-05-301-0/+189
Signed-off-by: Mattias Andrée <maandree@kth.se>