Lines Matching full:signals
44 strace \- trace system calls and signals
78 by a process and the signals which are received by a process.
93 since system calls and signals are events that happen at the user/kernel
109 Signals are printed as signal symbol and decoded siginfo structure.
197 Here the second argument is a bit-set of two signals, SIGCHLD and SIGTTOU.
204 Here the second argument represents the full set of all signals.
442 Trace only the specified subset of signals. The default is
448 causes SIGIO signals not to be traced.
479 When strace can be interrupted by signals (such as pressing ^C).
480 1: no signals are blocked; 2: fatal signals are blocked while decoding syscall
481 (default); 3: fatal signals are always blocked (default if '-o FILE PROG');
482 4: fatal signals and SIGTSTP (^Z) are always blocked (useful to make