aboutsummaryrefslogtreecommitdiffstats
path: root/consts.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use __SIGRTMIN and __SIGRTMAX and #define them if missingMattias Andrée2020-06-211-7/+20
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use SIGRTMIN and SIGRTMAX instead of __-prefixed versionsMichael Forney2020-06-211-7/+7
|
* Some cleanup and preparation for support for multiple architectures (both host and client) and OSesMattias Andrée2020-06-021-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Print signal namesMattias Andrée2020-05-311-0/+29
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add support for tracing vfork childrenMattias Andrée2020-05-301-0/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for tracing fork childrenMattias Andrée2020-05-301-0/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>