Home | History | Annotate | Download | only in strace

Lines Matching refs:USE_SEIZE

124 #if USE_SEIZE
126 # define use_seize (post_attach_sigstop == 0)
129 # define use_seize 0
337 #if USE_SEIZE
339 if (!use_seize)
875 if (use_seize) {
899 * 1. We sent PTRACE_INTERRUPT (use_seize case)
900 * 2. We sent SIGSTOP (!use_seize)
932 if (use_seize) {
962 /* Note: this check has to be after use_seize check */
963 /* (else, in use_seize case SIGSTOP will be mistreated) */
1176 if (!daemonized_tracer && !use_seize) {
1393 if (!use_seize) {
1472 #if USE_SEIZE
1480 post_attach_sigstop = 0; /* this sets use_seize to 1 */
1498 post_attach_sigstop = 0; /* this sets use_seize to 1 */
1522 #else /* !USE_SEIZE */
2168 if (!use_seize) {
2351 #if USE_SEIZE
2446 if (use_seize) {