aboutsummaryrefslogtreecommitdiffstats
path: root/process.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some code improvementsMattias Andrée2023-06-251-8/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use standard W* macros to check stop signalMichael Forney2020-06-211-9/+5
|
* Reject i386 and x32 applications (not yet supported)Mattias Andrée2020-06-021-11/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Things work as expected againMattias Andrée2020-05-311-8/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Tracing fork children does not workMattias Andrée2020-05-311-14/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add support for tracing vfork childrenMattias Andrée2020-05-301-3/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for tracing fork childrenMattias Andrée2020-05-301-0/+64
Signed-off-by: Mattias Andrée <maandree@kth.se>