Home
last modified time | relevance | path

Searched refs:post_attach_sigstop (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dstrace.c117 static int post_attach_sigstop = TCB_IGNORE_ONE_SIGSTOP; variable
118 # define use_seize (post_attach_sigstop == 0)
120 # define post_attach_sigstop TCB_IGNORE_ONE_SIGSTOP macro
1036 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in attach_tcb()
1071 post_attach_sigstop; in attach_tcb()
1435 | (NOMMU_SYSTEM ? 0 : (TCB_HIDE_LOG | post_attach_sigstop)); in startup_child()
1490 post_attach_sigstop = 0; /* this sets use_seize to 1 */ in test_ptrace_seize()
1508 post_attach_sigstop = 0; /* this sets use_seize to 1 */ in test_ptrace_seize()
2045 tcp->flags |= TCB_ATTACHED | TCB_STARTUP | post_attach_sigstop; in maybe_allocate_tcb()
DChangeLog30127 * strace.c: New variable post_attach_sigstop shows whether we age going